Skip to content

Commit e100fc4

Browse files
committed
Release v2.5.1
- Fix soft lockup on kernels with xtables targets used via nftables. - Fix compilation with Linux 5.8 and with CentOS 8.
1 parent 2c723f2 commit e100fc4

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

CREDITS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

7981
Project supporters:

NEWS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
ipt-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+
49
2.5 (2020-04-24)
510
* Minor maintenance release.
611
- Compilation compatibility with kernels up to 5.6.

ipt_NETFLOW.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
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

openwrt/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ PKG_NAME:=ipt-netflow
55
PKG_RELEASE:=2
66

77
PKG_SOURCE_URL:=https://github.com/aabc/$(PKG_NAME).git
8-
PKG_VERSION:=2.5
8+
PKG_VERSION:=2.5.1
99
PKG_SOURCE_VERSION:=v$(PKG_VERSION)
1010

1111
#TO BUILD development version uncomment 2 rows below and remove patches

0 commit comments

Comments
 (0)