Accepting request 905442 from home:mnhauke

- Update to version 1.8
  Changes
  * Add automatic IP multicast group to MAC multicast address
    translation
  * Improved usability for composing IGMPv3 reports:
    + Default to 224.0.0.2 for IGMPv3 report type
    + Add -n NUM to control number of group records
  Fixes
  * Fix IGMP v2 join example in README
  * Fix logic for printing DNS protocol: TCP/UDP
  * Fix #12: allow 0.0.0.0 as RIP address
  * Fix #13: multiple definitions of variables

OBS-URL: https://build.opensuse.org/request/show/905442
OBS-URL: https://build.opensuse.org/package/show/network:utilities/nemesis?expand=0&rev=10
This commit is contained in:
Marcus Meissner 2021-07-21 11:57:28 +00:00 committed by Git OBS Bridge
parent c2e9dee3d9
commit 5270857ff5
4 changed files with 22 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:87d96dcc3d2d0e0b2966ac2cb59a26ae426425ebc7e02720bc56a1849a384f50
size 93423

3
nemesis-1.8.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:74ca5a4878f5c93060809e09103a00110ab3cc64929f9a2dc82e09dad1b6e2bd
size 94428

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Sat Jul 10 10:12:49 UTC 2021 - Martin Hauke <mardnh@gmx.de>
- Update to version 1.8
Changes
* Add automatic IP multicast group to MAC multicast address
translation
* Improved usability for composing IGMPv3 reports:
+ Default to 224.0.0.2 for IGMPv3 report type
+ Add -n NUM to control number of group records
Fixes
* Fix IGMP v2 join example in README
* Fix logic for printing DNS protocol: TCP/UDP
* Fix #12: allow 0.0.0.0 as RIP address
* Fix #13: multiple definitions of variables
-------------------------------------------------------------------
Wed Jun 10 10:47:13 UTC 2020 - Martin Hauke <mardnh@gmx.de>

View File

@ -1,8 +1,8 @@
#
# spec file for package nemesis
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2018, Martin Hauke <mardnh@gmx.de>
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2018-2021, Martin Hauke <mardnh@gmx.de>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,7 +18,7 @@
Name: nemesis
Version: 1.7
Version: 1.8
Release: 0
Summary: TCP/IP Packet Injection Suite
License: BSD-4-Clause