commit packit for openSUSE:Factory

2020-06-07 Thread root
Hello community,

here is the log from the commit of package packit for openSUSE:Factory checked 
in at 2020-06-07 21:39:40

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


Package is "packit"

Sun Jun  7 21:39:40 2020 rev:4 rq:812215 version:1.7

Changes:

--- /work/SRC/openSUSE:Factory/packit/packit.changes2019-04-23 
14:36:26.377488239 +0200
+++ /work/SRC/openSUSE:Factory/.packit.new.3606/packit.changes  2020-06-07 
21:39:52.633746597 +0200
@@ -1,0 +2,7 @@
+Sun Jun  7 10:53:02 UTC 2020 - Luigi Baldoni 
+
+- Update to version 1.7
+  * Fixed buffer overruns with `R' arguments to options.
+  * Fixed compiling with -fno-common.
+
+---

Old:

  packit-1.6.1.tar.gz

New:

  packit-1.7.tar.gz



Other differences:
--
++ packit.spec ++
--- /var/tmp/diff_new_pack.kVMQkC/_old  2020-06-07 21:39:54.177751492 +0200
+++ /var/tmp/diff_new_pack.kVMQkC/_new  2020-06-07 21:39:54.181751505 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package packit
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   packit
-Version:1.6.1
+Version:1.7
 Release:0
 Summary:Network injection and capture
 License:GPL-2.0-or-later

++ packit-1.6.1.tar.gz -> packit-1.7.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/packit-1.6.1/AUTHORS new/packit-1.7/AUTHORS
--- old/packit-1.6.1/AUTHORS2019-01-26 01:03:57.0 +0100
+++ new/packit-1.7/AUTHORS  2020-02-05 18:34:31.0 +0100
@@ -2,7 +2,10 @@
 
 
 Darren Bounds 
+David Polverari 
+Dennis Vshivkov 
 Edward Betts 
+Jeroen Roovers 
 Joao Eriberto Mota Filho 
 Robert Krause 
 Sander Kleijwegt 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/packit-1.6.1/ChangeLog new/packit-1.7/ChangeLog
--- old/packit-1.6.1/ChangeLog  2019-01-26 01:03:57.0 +0100
+++ new/packit-1.7/ChangeLog2020-02-05 18:34:31.0 +0100
@@ -1,3 +1,19 @@
+Version 1.7, 2020-02-05
+-
+
+  [ Joao Eriberto Mota Filho ], eribe...@eriberto.pro.br
+
+* Updated AUTHORS file and manpage.
+
+  [ Dennis Vshivkov], 
+  [ David Polverari ], 
+
+* Fixed buffer overruns with `R' arguments to options.
+
+  [ Jeroen Roovers ], 
+
+* Fixed compiling with -fno-common.
+
 Version 1.6.1, 2019-01-25
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/packit-1.6.1/configure.ac new/packit-1.7/configure.ac
--- old/packit-1.6.1/configure.ac   2019-01-26 01:03:57.0 +0100
+++ new/packit-1.7/configure.ac 2020-02-05 18:34:31.0 +0100
@@ -25,7 +25,7 @@
 # packit official page at https://github.com/eribertomota/packit
 
 AC_PREREQ([2.69])
-AC_INIT([packit], [1.6], [https://github.com/eribertomota/packit/issues])
+AC_INIT([packit], [1.7], [https://github.com/eribertomota/packit/issues])
 AC_CONFIG_SRCDIR([src/main.c])
 AM_INIT_AUTOMAKE
 AC_CONFIG_HEADERS(config.h)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/packit-1.6.1/man/generate-man.sh 
new/packit-1.7/man/generate-man.sh
--- old/packit-1.6.1/man/generate-man.sh2019-01-26 01:03:57.0 
+0100
+++ new/packit-1.7/man/generate-man.sh  2020-02-05 18:34:31.0 +0100
@@ -4,9 +4,9 @@
 # Copyright 2016 Joao Eriberto Mota Filho 
 # This file is under BSD-3-Clause
 
-P_DATA="25 Jan 2019"
+P_DATA="05 Feb 2020"
 P_NAME=packit
-P_VERSION=1.6
+P_VERSION=1.7
 P_MANLEVEL=8
 P_DESCRIPT="Network packet generator and capture tool "
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/packit-1.6.1/man/packit.8 new/packit-1.7/man/packit.8
--- old/packit-1.6.1/man/packit.8   2019-01-26 01:03:57.0 +0100
+++ new/packit-1.7/man/packit.8 2020-02-05 18:34:31.0 +0100
@@ -1,5 +1,5 @@
 .\" Text automatically generated by txt2man
-.TH packit 8 "25 Jan 2019" "packit-1.6" "Network packet generator and capture 
tool "
+.TH packit 8 "05 Feb 2020" "packit-1.7" "Network packet generator and capture 
tool "
 .SH NAME
 \fBPackit \fP- network packet generator and capture tool
 \fB
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/packit-1.6.1/src/capture_defs.h 
new/packit-1.7/src/capture_defs.h
--- old/packit-1.6.1/src/capture_defs.h 2019-01-26 

commit packit for openSUSE:Factory

2019-04-23 Thread root
Hello community,

here is the log from the commit of package packit for openSUSE:Factory checked 
in at 2019-04-23 14:36:20

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


Package is "packit"

Tue Apr 23 14:36:20 2019 rev:3 rq:696808 version:1.6.1

Changes:

--- /work/SRC/openSUSE:Factory/packit/packit.changes2017-06-04 
02:00:47.847998506 +0200
+++ /work/SRC/openSUSE:Factory/.packit.new.5536/packit.changes  2019-04-23 
14:36:26.377488239 +0200
@@ -1,0 +2,10 @@
+Mon Apr 22 17:36:19 UTC 2019 - Luigi Baldoni 
+
+- Update to version 1.6.1
+  * Updated manpage.
+  version 1.6
+  * Added rights for Edward Betts and Sander Kleijwegt.
+  * Updated URLs for libnet and libpcap in configure.ac.
+  * Avoid buffer overrun when formatting hex payload.
+
+---

Old:

  packit-1.5.tar.gz

New:

  packit-1.6.1.tar.gz



Other differences:
--
++ packit.spec ++
--- /var/tmp/diff_new_pack.6zmU1F/_old  2019-04-23 14:36:26.893488583 +0200
+++ /var/tmp/diff_new_pack.6zmU1F/_new  2019-04-23 14:36:26.897488585 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package packit
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,23 +12,22 @@
 # 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:   packit
-Version:1.5
+Version:1.6.1
 Release:0
 Summary:Network injection and capture
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Productivity/Networking/Diagnostic
-Url:https://github.com/eribertomota/packit
+URL:https://github.com/eribertomota/packit
 Source0:
https://github.com/eribertomota/packit/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  libnet-devel
 BuildRequires:  libpcap-devel
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Packit (Packet toolkit) is a network auditing tool. It
@@ -50,8 +49,8 @@
 %make_install
 
 %files
-%defattr(-,root,root)
-%doc ChangeLog LICENSE README.md docs/ICMP.txt
+%license LICENSE
+%doc ChangeLog README.md docs/ICMP.txt
 %{_sbindir}/%{name}
 %{_mandir}/man8/%{name}.8%{ext_man}
 

++ packit-1.5.tar.gz -> packit-1.6.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/packit-1.5/AUTHORS new/packit-1.6.1/AUTHORS
--- old/packit-1.5/AUTHORS  2017-01-19 23:33:00.0 +0100
+++ new/packit-1.6.1/AUTHORS2019-01-26 01:03:57.0 +0100
@@ -1,4 +1,9 @@
+AUTHORS AND CONTRIBUTORS
+
+
 Darren Bounds 
+Edward Betts 
 Joao Eriberto Mota Filho 
 Robert Krause 
+Sander Kleijwegt 
 Sharad B
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/packit-1.5/ChangeLog new/packit-1.6.1/ChangeLog
--- old/packit-1.5/ChangeLog2017-01-19 23:33:00.0 +0100
+++ new/packit-1.6.1/ChangeLog  2019-01-26 01:03:57.0 +0100
@@ -1,4 +1,24 @@
+Version 1.6.1, 2019-01-25
+-
+
+  [ Joao Eriberto Mota Filho ], eribe...@eriberto.pro.br
+
+* Updated manpage.
+
+Version 1.6, 2019-01-25
+---
+
+  [ Joao Eriberto Mota Filho ], eribe...@eriberto.pro.br
+
+* Added rights for Edward Betts and Sander Kleijwegt.
+* Updated URLs for libnet and libpcap in configure.ac.
+
+  [ Sander Kleijwegt ], 
+
+* Avoid buffer overrun when formatting hex payload.
+
 Version 1.5, 2017-01-18
+---
 
   [ Joao Eriberto Mota Filho ], 
 
@@ -21,6 +41,7 @@
 * Prefixing all global variables with "g_" to improve code readability.
 
 Version 1.1-beta1, 2016-05-22
+-
 
   [ Joao Eriberto Mota Filho ], , 2016
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/packit-1.5/configure.ac new/packit-1.6.1/configure.ac
--- old/packit-1.5/configure.ac 2017-01-19 23:33:00.0 +0100
+++ new/packit-1.6.1/configure.ac   2019-01-26 01:03:57.0 +0100
@@ -25,7 +25,7 @@
 # packit official page at https://github.com/eribertomota/packit
 
 AC_PREREQ([2.69])
-AC_INIT([packit], [1.5], [https://github.com/eribertomota/packit/issues])
+AC_INIT([packit], [1.6], 

commit packit for openSUSE:Factory

2017-06-03 Thread root
Hello community,

here is the log from the commit of package packit for openSUSE:Factory checked 
in at 2017-06-04 02:00:46

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


Package is "packit"

Sun Jun  4 02:00:46 2017 rev:2 rq:500662 version:1.5

Changes:

--- /work/SRC/openSUSE:Factory/packit/packit.changes2017-05-31 
12:19:31.590227272 +0200
+++ /work/SRC/openSUSE:Factory/.packit.new/packit.changes   2017-06-04 
02:00:47.847998506 +0200
@@ -1,0 +2,5 @@
+Fri Jun  2 11:18:27 UTC 2017 - jeng...@inai.de
+
+- Reduce marketing speak in description.
+
+---



Other differences:
--
++ packit.spec ++
--- /var/tmp/diff_new_pack.76ejpe/_old  2017-06-04 02:00:48.499906490 +0200
+++ /var/tmp/diff_new_pack.76ejpe/_new  2017-06-04 02:00:48.503905926 +0200
@@ -24,20 +24,19 @@
 Group:  Productivity/Networking/Diagnostic
 Url:https://github.com/eribertomota/packit
 Source0:
https://github.com/eribertomota/packit/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
-BuildRequires:  automake
 BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  libnet-devel
 BuildRequires:  libpcap-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
-Packit (Packet toolkit) is a network auditing tool. Its value is derived
-from its ability to customize, inject, monitor, and manipulate IP traffic.
-By allowing you to define (spoof) nearly all TCP, UDP, ICMP, IP, ARP,
+Packit (Packet toolkit) is a network auditing tool. It
+can customize, inject, monitor, and manipulate IP traffic.
+By being able to construct nearly all TCP, UDP, ICMP, IP, ARP,
 RARP, and Ethernet header options, Packit can be useful in testing
 firewalls, intrusion detection/prevention systems, port scanning,
-simulating network traffic, and general TCP/IP auditing. Packit is also
-an excellent tool for learning TCP/IP.
+simulating network traffic, and general TCP/IP auditing.
 
 %prep
 %setup -q