Accepting request 813186 from home:mnhauke
- Update to version 1.7 Changes * Convert all man pages to mdoc format Fixes * Fix #6: Skip sleep/delay when sending only one frame, i.e. default * Fix #9: Call correct exit function in nemesis-dhcp * Fix missing S: to getopt() in nemesis-dhcp * Fix network byte ordering problem with CIADDR, YIADDR, SIADDR, and GIADDR in nemesis-dhcp * Fix command line parsing of client MAC address, Ethernet source MAC address, and Ethernet destination MAC address in nemesis-dhcp * Fix missing newline in nemesis-dhcp usage text * Fix invalid call to close(), found by Valgrind - Set CFLAGS+=-fcommon OBS-URL: https://build.opensuse.org/request/show/813186 OBS-URL: https://build.opensuse.org/package/show/network:utilities/nemesis?expand=0&rev=8
This commit is contained in:
parent
3fca55249b
commit
c2e9dee3d9
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:68e8417e2c11e5c7a4736053a032be8836523f055b2e23bb02c1b1cf69980f7f
|
|
||||||
size 93233
|
|
3
nemesis-1.7.tar.gz
Normal file
3
nemesis-1.7.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:87d96dcc3d2d0e0b2966ac2cb59a26ae426425ebc7e02720bc56a1849a384f50
|
||||||
|
size 93423
|
@ -1,3 +1,27 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 10 10:47:13 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
- Update to version 1.7
|
||||||
|
Changes
|
||||||
|
* Convert all man pages to mdoc format
|
||||||
|
Fixes
|
||||||
|
* Fix #6: Skip sleep/delay when sending only one frame,
|
||||||
|
i.e. default
|
||||||
|
* Fix #9: Call correct exit function in nemesis-dhcp
|
||||||
|
* Fix missing S: to getopt() in nemesis-dhcp
|
||||||
|
* Fix network byte ordering problem with CIADDR, YIADDR, SIADDR,
|
||||||
|
and GIADDR in nemesis-dhcp
|
||||||
|
* Fix command line parsing of client MAC address, Ethernet
|
||||||
|
source MAC address, and Ethernet destination MAC address in
|
||||||
|
nemesis-dhcp
|
||||||
|
* Fix missing newline in nemesis-dhcp usage text
|
||||||
|
* Fix invalid call to close(), found by Valgrind
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jun 7 19:35:49 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
- Set CFLAGS+=-fcommon
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 17 16:35:52 UTC 2019 - Martin Hauke <mardnh@gmx.de>
|
Mon Jun 17 16:35:52 UTC 2019 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package nemesis
|
# spec file for package nemesis
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
# Copyright (c) 2018, Martin Hauke <mardnh@gmx.de>
|
# Copyright (c) 2018, Martin Hauke <mardnh@gmx.de>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: nemesis
|
Name: nemesis
|
||||||
Version: 1.6
|
Version: 1.7
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: TCP/IP Packet Injection Suite
|
Summary: TCP/IP Packet Injection Suite
|
||||||
License: BSD-4-Clause
|
License: BSD-4-Clause
|
||||||
@ -44,6 +44,7 @@ Key features:
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
export CFLAGS="%optflags -fcommon"
|
||||||
autoreconf -fiv
|
autoreconf -fiv
|
||||||
%configure
|
%configure
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user