From 3fca55249b670d559e1e77e796acdbf22e2c76fea91cd579d2cdc687dcaf7bf7 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Sun, 7 Jul 2019 13:45:38 +0000 Subject: [PATCH] Accepting request 710391 from home:mnhauke - Update to version 1.6 * Support for DHCP protocol crafting, defaults to DHCP Discover with option 53, 12, 60, 61, and 55 * Support for repeated send in many protocol injectors. Can be used to, e.g., flood networks with ARP requests or test DHCP. * Incompatible command line option changes to IGMP protocol module * Fix invalid IP header length in ICMP packets OBS-URL: https://build.opensuse.org/request/show/710391 OBS-URL: https://build.opensuse.org/package/show/network:utilities/nemesis?expand=0&rev=6 --- nemesis-1.5.tar.gz | 3 --- nemesis-1.6.tar.gz | 3 +++ nemesis.changes | 11 +++++++++++ nemesis.spec | 6 +++--- 4 files changed, 17 insertions(+), 6 deletions(-) delete mode 100644 nemesis-1.5.tar.gz create mode 100644 nemesis-1.6.tar.gz diff --git a/nemesis-1.5.tar.gz b/nemesis-1.5.tar.gz deleted file mode 100644 index 632ce8a..0000000 --- a/nemesis-1.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:626d4dd560ef416f55a73ae2f27eb9a78d5628fd3802aeb7f929b217647e6b8d -size 89649 diff --git a/nemesis-1.6.tar.gz b/nemesis-1.6.tar.gz new file mode 100644 index 0000000..8cdc9fb --- /dev/null +++ b/nemesis-1.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68e8417e2c11e5c7a4736053a032be8836523f055b2e23bb02c1b1cf69980f7f +size 93233 diff --git a/nemesis.changes b/nemesis.changes index d506ed0..2382564 100644 --- a/nemesis.changes +++ b/nemesis.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Jun 17 16:35:52 UTC 2019 - Martin Hauke + +- Update to version 1.6 + * Support for DHCP protocol crafting, defaults to DHCP Discover + with option 53, 12, 60, 61, and 55 + * Support for repeated send in many protocol injectors. Can be + used to, e.g., flood networks with ARP requests or test DHCP. + * Incompatible command line option changes to IGMP protocol module + * Fix invalid IP header length in ICMP packets + ------------------------------------------------------------------- Thu Aug 2 17:24:10 UTC 2018 - mardnh@gmx.de diff --git a/nemesis.spec b/nemesis.spec index e0a61f0..a16f5c7 100644 --- a/nemesis.spec +++ b/nemesis.spec @@ -1,7 +1,7 @@ # # spec file for package nemesis # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2018, Martin Hauke # # All modifications and additions to the file contributed by third parties @@ -13,12 +13,12 @@ # 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: nemesis -Version: 1.5 +Version: 1.6 Release: 0 Summary: TCP/IP Packet Injection Suite License: BSD-4-Clause