File tree Expand file tree Collapse file tree 4 files changed +9
-2
lines changed
Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -74,6 +74,8 @@ Patch authors and submitters:
7474 Thadeu Lima de Souza Cascardo @ Canonical [2019]
7575 dbugnar [2019]
7676 Vadim Fedorenko [2019]
77+ Paolo Pisati @ Canonical [2020]
78+ Jeroen Roovers @ Gentoo [2020]
7779
7880
7981Project supporters:
Original file line number Diff line number Diff line change 11ipt-netflow NEWS
22================
33
4+ 2.5.1 (2020-08-12)
5+ * Maintenance release.
6+ - Fix soft lockup on kernels with xtables targets used via nftables.
7+ - Fix compilation with Linux 5.8 and with CentOS 8.
8+
492.5 (2020-04-24)
510 * Minor maintenance release.
611 - Compilation compatibility with kernels up to 5.6.
Original file line number Diff line number Diff line change 9292# endif
9393#endif
9494
95- #define IPT_NETFLOW_VERSION "2.5" /* Note that if you are using git, you
95+ #define IPT_NETFLOW_VERSION "2.5.1" /* Note that if you are using git, you
9696 will see version in other format. */
9797#include "version.h"
9898#ifdef GITVERSION
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ PKG_NAME:=ipt-netflow
55PKG_RELEASE: =2
66
77PKG_SOURCE_URL: =https://github.com/aabc/$(PKG_NAME ) .git
8- PKG_VERSION: =2.5
8+ PKG_VERSION: =2.5.1
99PKG_SOURCE_VERSION: =v$(PKG_VERSION )
1010
1111# TO BUILD development version uncomment 2 rows below and remove patches
You can’t perform that action at this time.
0 commit comments