commit tcpflow for openSUSE:Factory

2019-05-22 Thread root
Hello community,

here is the log from the commit of package tcpflow for openSUSE:Factory checked 
in at 2019-05-22 15:40:39

Comparing /work/SRC/openSUSE:Factory/tcpflow (Old)
 and  /work/SRC/openSUSE:Factory/.tcpflow.new.5148 (New)


Package is "tcpflow"

Wed May 22 15:40:39 2019 rev:9 rq:704680 version:1.5.0

Changes:

--- /work/SRC/openSUSE:Factory/tcpflow/tcpflow.changes  2018-10-11 
12:01:18.897576315 +0200
+++ /work/SRC/openSUSE:Factory/.tcpflow.new.5148/tcpflow.changes
2019-05-22 15:41:20.898427240 +0200
@@ -1,0 +2,5 @@
+Mon May 20 12:49:31 UTC 2019 - Christophe Giboudeaux 
+
+- Add the missing zlib requirement.
+
+---



Other differences:
--
++ tcpflow.spec ++
--- /var/tmp/diff_new_pack.0RCnc5/_old  2019-05-22 15:41:23.294427229 +0200
+++ /var/tmp/diff_new_pack.0RCnc5/_new  2019-05-22 15:41:23.298427229 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package tcpflow
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2011 Sebastien Braun.
 #
 # All modifications and additions to the file contributed by third parties
@@ -34,6 +34,7 @@
 BuildRequires:  gcc-c++
 BuildRequires:  libpcap-devel
 BuildRequires:  pkgconfig(openssl)
+BuildRequires:  pkgconfig(zlib)
 
 %description
 tcpflow is a program that captures data transmitted as part of TCP connections




commit tcpflow for openSUSE:Factory

2018-10-11 Thread root
Hello community,

here is the log from the commit of package tcpflow for openSUSE:Factory checked 
in at 2018-10-11 12:01:18

Comparing /work/SRC/openSUSE:Factory/tcpflow (Old)
 and  /work/SRC/openSUSE:Factory/.tcpflow.new (New)


Package is "tcpflow"

Thu Oct 11 12:01:18 2018 rev:8 rq:641199 version:1.5.0

Changes:

--- /work/SRC/openSUSE:Factory/tcpflow/tcpflow.changes  2018-02-16 
21:46:25.671288797 +0100
+++ /work/SRC/openSUSE:Factory/.tcpflow.new/tcpflow.changes 2018-10-11 
12:01:18.897576315 +0200
@@ -1,0 +2,12 @@
+Wed Oct 10 11:40:45 UTC 2018 - Jan Engelhardt 
+
+- Use noun phrase in summary.
+
+---
+Tue Oct  9 13:30:13 UTC 2018 - Cristian Rodríguez 
+
+- Update to version 1.5.0
+ + Supports openssl 1.1
+ + option for setting the libpcap update timeout
+
+---

Old:

  tcpflow-1.4.5.tar.gz

New:

  tcpflow-1.5.0.tar.gz



Other differences:
--
++ tcpflow.spec ++
--- /var/tmp/diff_new_pack.21vHKe/_old  2018-10-11 12:01:19.389575690 +0200
+++ /var/tmp/diff_new_pack.21vHKe/_new  2018-10-11 12:01:19.393575685 +0200
@@ -13,15 +13,15 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   tcpflow
-Version:1.4.5
+Version:1.5.0
 Release:0
-Summary:Reconstruct TCP streams from captured packets
-License:GPL-3.0+
+Summary:Program for capturing and collecting TCP streams
+License:GPL-3.0-or-later
 Group:  Productivity/Networking/Diagnostic
 Url:http://afflib.org/software/tcpflow
 Source: 
http://www.digitalcorpora.org/downloads/tcpflow/%{name}-%{version}.tar.gz
@@ -33,7 +33,7 @@
 %endif
 BuildRequires:  gcc-c++
 BuildRequires:  libpcap-devel
-BuildRequires:  pkgconfig(openssl) < 1.1
+BuildRequires:  pkgconfig(openssl)
 
 %description
 tcpflow is a program that captures data transmitted as part of TCP connections
@@ -55,7 +55,7 @@
 %files
 %defattr(0644,root,root)
 %license COPYING
-%doc AUTHORS README NEWS TODO.txt ChangeLog
+%doc AUTHORS NEWS TODO.txt ChangeLog
 %attr(0755,root,root) %{_bindir}/tcpflow
 %{_mandir}/man1/*.1.*
 

++ tcpflow-1.4.5.tar.gz -> tcpflow-1.5.0.tar.gz ++
 8666 lines of diff (skipped)




commit tcpflow for openSUSE:Factory

2018-02-16 Thread root
Hello community,

here is the log from the commit of package tcpflow for openSUSE:Factory checked 
in at 2018-02-16 21:46:22

Comparing /work/SRC/openSUSE:Factory/tcpflow (Old)
 and  /work/SRC/openSUSE:Factory/.tcpflow.new (New)


Package is "tcpflow"

Fri Feb 16 21:46:22 2018 rev:7 rq:577247 version:1.4.5

Changes:

--- /work/SRC/openSUSE:Factory/tcpflow/tcpflow.changes  2017-02-20 
13:13:57.338069496 +0100
+++ /work/SRC/openSUSE:Factory/.tcpflow.new/tcpflow.changes 2018-02-16 
21:46:25.671288797 +0100
@@ -1,0 +2,13 @@
+Fri Feb 16 12:14:04 UTC 2018 - dims...@opensuse.org
+
+- Update to version 1.4.5:
+  + Handles RFC1122 keepalive packets.
+  + Fixed wifi selection and added wifi viz.
+  + New option -0 to omit extra new lines.
+  + Various build fixes.
+- Replace openssl-devel BuildRequires with pkgconfig(openssl),
+  limited to versions < 1.1: tcpflow is not yet compatible to
+  openssl-1.1.
+- Package COPYING as license, not as doc.
+
+---

Old:

  tcpflow-1.4.4.tar.gz

New:

  tcpflow-1.4.5.tar.gz



Other differences:
--
++ tcpflow.spec ++
--- /var/tmp/diff_new_pack.tEuSyO/_old  2018-02-16 21:46:26.387262974 +0100
+++ /var/tmp/diff_new_pack.tEuSyO/_new  2018-02-16 21:46:26.387262974 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tcpflow
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2011 Sebastien Braun.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:   tcpflow
-Version:1.4.4
+Version:1.4.5
 Release:0
 Summary:Reconstruct TCP streams from captured packets
 License:GPL-3.0+
@@ -33,7 +33,7 @@
 %endif
 BuildRequires:  gcc-c++
 BuildRequires:  libpcap-devel
-BuildRequires:  openssl-devel
+BuildRequires:  pkgconfig(openssl) < 1.1
 
 %description
 tcpflow is a program that captures data transmitted as part of TCP connections
@@ -54,7 +54,8 @@
 
 %files
 %defattr(0644,root,root)
-%doc AUTHORS README COPYING NEWS TODO.txt ChangeLog
+%license COPYING
+%doc AUTHORS README NEWS TODO.txt ChangeLog
 %attr(0755,root,root) %{_bindir}/tcpflow
 %{_mandir}/man1/*.1.*
 

++ tcpflow-1.4.4.tar.gz -> tcpflow-1.4.5.tar.gz ++
 9646 lines of diff (skipped)




commit tcpflow for openSUSE:Factory

2017-02-20 Thread root
Hello community,

here is the log from the commit of package tcpflow for openSUSE:Factory checked 
in at 2017-02-20 13:13:56

Comparing /work/SRC/openSUSE:Factory/tcpflow (Old)
 and  /work/SRC/openSUSE:Factory/.tcpflow.new (New)


Package is "tcpflow"

Changes:

--- /work/SRC/openSUSE:Factory/tcpflow/tcpflow.changes  2015-04-02 
16:04:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.tcpflow.new/tcpflow.changes 2017-02-20 
13:13:57.338069496 +0100
@@ -1,0 +2,5 @@
+Thu Feb  2 15:00:13 UTC 2017 - adam.ma...@suse.de
+
+- use individual libboost-*-devel packages instead of boost-devel
+
+---



Other differences:
--
++ tcpflow.spec ++
--- /var/tmp/diff_new_pack.2gYkJq/_old  2017-02-20 13:13:57.881993027 +0100
+++ /var/tmp/diff_new_pack.2gYkJq/_new  2017-02-20 13:13:57.885992464 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tcpflow
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2011 Sebastien Braun.
 #
 # All modifications and additions to the file contributed by third parties
@@ -26,7 +26,11 @@
 Url:http://afflib.org/software/tcpflow
 Source: 
http://www.digitalcorpora.org/downloads/tcpflow/%{name}-%{version}.tar.gz
 
+%if 0%{?suse_version} > 1325
+BuildRequires:  libboost_headers-devel
+%else
 BuildRequires:  boost-devel
+%endif
 BuildRequires:  gcc-c++
 BuildRequires:  libpcap-devel
 BuildRequires:  openssl-devel




commit tcpflow for openSUSE:Factory

2015-04-02 Thread h_root
Hello community,

here is the log from the commit of package tcpflow for openSUSE:Factory checked 
in at 2015-04-02 16:04:22

Comparing /work/SRC/openSUSE:Factory/tcpflow (Old)
 and  /work/SRC/openSUSE:Factory/.tcpflow.new (New)


Package is tcpflow

Changes:

--- /work/SRC/openSUSE:Factory/tcpflow/tcpflow.changes  2012-08-27 
17:47:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.tcpflow.new/tcpflow.changes 2015-04-02 
16:04:26.0 +0200
@@ -1,0 +2,8 @@
+Tue Mar 31 18:06:09 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 1.4.4
+  * The ChangeLog/NEWS file has not been updated for this release
+- Use the download Url provided by upstream
+- Add openssl-devel and boost-devel build require; new upstream dependency
+
+---

Old:

  tcpflow-1.3.0.tar.gz

New:

  tcpflow-1.4.4.tar.gz



Other differences:
--
++ tcpflow.spec ++
--- /var/tmp/diff_new_pack.bZXRC9/_old  2015-04-02 16:04:26.0 +0200
+++ /var/tmp/diff_new_pack.bZXRC9/_new  2015-04-02 16:04:26.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package tcpflow
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2011 Sebastien Braun.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,16 +18,18 @@
 
 
 Name:   tcpflow
-Version:1.3.0
+Version:1.4.4
 Release:0
 Summary:Reconstruct TCP streams from captured packets
 License:GPL-3.0+
 Group:  Productivity/Networking/Diagnostic
 Url:http://afflib.org/software/tcpflow
-Source: 
https://github.com/downloads/simsong/tcpflow/tcpflow-1.3.0.tar.gz
+Source: 
http://www.digitalcorpora.org/downloads/tcpflow/%{name}-%{version}.tar.gz
 
+BuildRequires:  boost-devel
 BuildRequires:  gcc-c++
 BuildRequires:  libpcap-devel
+BuildRequires:  openssl-devel
 
 %description
 tcpflow is a program that captures data transmitted as part of TCP connections
@@ -40,7 +42,7 @@
 %setup -q
 
 %build
-%configure --prefix=%{_prefix} --mandir=%{_mandir}
+%configure
 make %{?_smp_mflags}
 
 %install

++ tcpflow-1.3.0.tar.gz - tcpflow-1.4.4.tar.gz ++
 45620 lines of diff (skipped)