From c9f84337eebcfa0b6a55181854d4c2e29b0d5552373ac72c77cf7f2d78d1a555 Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Sun, 12 May 2019 12:52:59 +0000 Subject: [PATCH] Accepting request 701838 from home:mnhauke - Update to version 0.6.6 * implement rotating capture files in netsniff-ng * fixed '--in -' to work again with STDIN in trafgen * fixed -t 0 option to use sendto in trafgen * checksum calculation for ICMP and TCP in astraceroute * fix for reading mirrors from file in astraceroute * use GZIP_ENV instead of GZIP in build system * fixed manpage warnings * added error handling for mismatched address families in mausezahn. - Update to version 0.6.5 * add DCCP support to netsniff-ng * fix segfault in mausezahn * add date format strings to --out in netsniff-ng * restore handling of raw hex string passed in on command line in mausezahn * support ICMPv6 checksums in trafgen * improve random mac address generation in mausezahn * man page updates and reformatting OBS-URL: https://build.opensuse.org/request/show/701838 OBS-URL: https://build.opensuse.org/package/show/network:utilities/netsniff-ng?expand=0&rev=30 --- netsniff-ng-0.6.4.tar.xz | 3 --- netsniff-ng-0.6.6.tar.xz | 3 +++ netsniff-ng.changes | 23 +++++++++++++++++++++++ netsniff-ng.spec | 10 +++++----- 4 files changed, 31 insertions(+), 8 deletions(-) delete mode 100644 netsniff-ng-0.6.4.tar.xz create mode 100644 netsniff-ng-0.6.6.tar.xz diff --git a/netsniff-ng-0.6.4.tar.xz b/netsniff-ng-0.6.4.tar.xz deleted file mode 100644 index 5ba2a3e..0000000 --- a/netsniff-ng-0.6.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fd67150e0954b7079b6d0c72fb0ef1f34091357ad559b45c68e8752376bdc307 -size 584120 diff --git a/netsniff-ng-0.6.6.tar.xz b/netsniff-ng-0.6.6.tar.xz new file mode 100644 index 0000000..5648ed8 --- /dev/null +++ b/netsniff-ng-0.6.6.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7949d38eb5b507700ea0f3c87e9f804d87b43f86ea5de0e961451044c2d3dba2 +size 617204 diff --git a/netsniff-ng.changes b/netsniff-ng.changes index ba76e97..0a84724 100644 --- a/netsniff-ng.changes +++ b/netsniff-ng.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Thu May 9 19:17:57 UTC 2019 - Martin Hauke + +- Update to version 0.6.6 + * implement rotating capture files in netsniff-ng + * fixed '--in -' to work again with STDIN in trafgen + * fixed -t 0 option to use sendto in trafgen + * checksum calculation for ICMP and TCP in astraceroute + * fix for reading mirrors from file in astraceroute + * use GZIP_ENV instead of GZIP in build system + * fixed manpage warnings + * added error handling for mismatched address families in mausezahn. + +- Update to version 0.6.5 + * add DCCP support to netsniff-ng + * fix segfault in mausezahn + * add date format strings to --out in netsniff-ng + * restore handling of raw hex string passed in on command line in + mausezahn + * support ICMPv6 checksums in trafgen + * improve random mac address generation in mausezahn + * man page updates and reformatting + ------------------------------------------------------------------- Thu Nov 15 19:18:00 UTC 2018 - Cristian Rodríguez diff --git a/netsniff-ng.spec b/netsniff-ng.spec index d863b1e..2f01f48 100644 --- a/netsniff-ng.spec +++ b/netsniff-ng.spec @@ -1,7 +1,7 @@ # # spec file for package netsniff-ng # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2012 Pascal Bleser # # All modifications and additions to the file contributed by third parties @@ -18,7 +18,7 @@ Name: netsniff-ng -Version: 0.6.4 +Version: 0.6.6 Release: 0 Summary: Network Sniffer for Packet Inspection License: GPL-2.0-only @@ -68,7 +68,7 @@ The netsniff-ng toolkit consists of the following utilities: %prep %setup -q -%patch0 -p1 +%patch0 -p1 %build export NACL_LIB=sodium @@ -80,8 +80,8 @@ make %{?_smp_mflags} ETCDIR=%{_sysconfdir} Q= STRIP=: CFLAGS="%{optflags}" make install PREFIX=%{_prefix} ETCDIR=%{_sysconfdir} DESTDIR=%{buildroot} %files -%defattr(-,root,root) -%doc AUTHORS COPYING README REPORTING-BUGS +%license COPYING +%doc AUTHORS README REPORTING-BUGS %dir %{_sysconfdir}/netsniff-ng %config(noreplace) %{_sysconfdir}/netsniff-ng/* %{_sbindir}/*