Merging upstream version 2.3.1:
- properly handles big-endian data in `iputils.py` (Closes: #1057031). Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
1fb60de7fe
commit
a8f39c03aa
24 changed files with 598 additions and 437 deletions
|
@ -9,7 +9,7 @@
|
|||
project(
|
||||
'nvme-stas',
|
||||
meson_version: '>= 0.53.0',
|
||||
version: '2.3',
|
||||
version: '2.3.1',
|
||||
license: 'Apache-2.0',
|
||||
default_options: [
|
||||
'buildtype=release',
|
||||
|
@ -133,6 +133,7 @@ endforeach
|
|||
#===========================================================================
|
||||
# Make a list of modules to lint
|
||||
modules_to_lint = [stafd, stafctl, stacd, stacctl, stasadm]
|
||||
packages_to_lint = []
|
||||
|
||||
|
||||
# Point Python Path to Current Build Dir.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue