From 9bbce01ed4ff93b26b435d5ab356407d48c2a424 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 10 Dec 2023 11:25:08 +0100 Subject: Merging upstream version 2.3.1: - properly handles big-endian data in `iputils.py` (Closes: #1057031). Signed-off-by: Daniel Baumann --- meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index b648a86..5b42856 100644 --- a/meson.build +++ b/meson.build @@ -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. -- cgit v1.2.3