package/netsniff-ng: bump to version 0.6.7
1. trafgen: reset errno before calling sscanf in str2mac (@troglobit, #213) 2. ifpps: fix iface stat parsing if interface name contains uppercase characters (@bganne, #215) 3. mausezahn: fix display of missing argument error (@micrictor, #217) 4. mausezahn: support -R to set packet priority (@pmachata) 5. netsniff-ng: handle various malformed packets in protocol dissectors (@nathaniellives, #221) Signed-off-by: Vadym Kochan <vadim4j@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
aab52d8722
commit
e2383d5ae1
@ -1,5 +1,5 @@
|
||||
# Locally calculated after checking signature
|
||||
sha256 7949d38eb5b507700ea0f3c87e9f804d87b43f86ea5de0e961451044c2d3dba2 netsniff-ng-0.6.6.tar.xz
|
||||
sha256 96d85f2d216abcf6ba0ff610809b62c3a6430e21cbdd7bfef48cd9bde074848f netsniff-ng-0.6.7.tar.xz
|
||||
# Locally computed
|
||||
sha256 b353349ba51e0d4b59cf2f188f0c285296e154ce8c58954bc5e0dc0282a4db2d README
|
||||
sha256 8f6d85366f3763557d6ddd0637988b9ba11edef354e3c9302fff4262a235c387 COPYING
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
NETSNIFF_NG_VERSION = 0.6.6
|
||||
NETSNIFF_NG_VERSION = 0.6.7
|
||||
NETSNIFF_NG_SITE = http://pub.netsniff-ng.org/netsniff-ng
|
||||
NETSNIFF_NG_SOURCE = netsniff-ng-$(NETSNIFF_NG_VERSION).tar.xz
|
||||
NETSNIFF_NG_LICENSE = GPL-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user