Skip to content

Commit 97904f8

Browse files
authored
Merge pull request #134 from CESNET/release
New version of package with disabled hardening and DPDK bugfixes
2 parents 5ce7c98 + f9b8dea commit 97904f8

File tree

4 files changed

+43
-1
lines changed

4 files changed

+43
-1
lines changed

ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2022-12-29 ipfixprobe-4.7.2
2+
* rpm hotfix: disable automatic setting of hardening flags
3+
* dpdk: bugfixes
4+
* dpdk: changed RSS setting to use IP only
5+
* improved ipfixprobed
6+
17
2022-12-12 ipfixprobe-4.7.1
28
* http: Removed trailing '\r' from HTTP exported fields
39
* tcp: fixed seq&ack tracking

NEWS

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
2022-12-29 (Tomas Cejka): rpm: hotfix - disable automatic setting of hardening flags
2+
2022-12-24 (Tomas Cejka): Merge pull request #133 from CESNET/dpdk-check-caps
3+
2022-12-22 (Tomas Cejka): dpdk: bugfix HW timestamp capability check
4+
2022-12-22 (Tomas Cejka): Merge pull request #132 from CESNET/dpdk-check-caps
5+
2022-12-22 (SiskaPavel): Merge pull request #131 from CESNET/active-timeout-overtime-#123
6+
2022-12-22 (Tomas Cejka): dpdk: check capabilities and skip unsupported features
7+
2022-12-21 (xsiska12): Cache: fixed export of flow with longer duration than active timeout
8+
2022-12-21 (SiskaPavel): Merge pull request #129 from CESNET/dpdk-update
9+
2022-12-21 (xsiska12): Dpdk: set Dpdk datalink to zero
10+
2022-12-21 (xsiska12): Dpdk: removed setting of lcore thread affinity
11+
2022-12-21 (xsiska12): Dpdk: Removed invalid packet block indexing
12+
2022-12-21 (xsiska12): Dpdk: return Result::TIMEOUT when no packets are read
13+
2022-12-21 (xsiska12): Dpdk: set first argument of rte_eal_init() function to program name (argv[0])
14+
2022-12-20 (Tomas Cejka): Merge pull request #127 from CESNET/ipfix_dir_bit_field
15+
2022-12-20 (xsiska12): ipfix: Changed data type of dir_bit_field to uint32_t
16+
2022-12-19 (Tomas Cejka): Merge pull request #116 from CESNET/cejkato2-patch-1 codecov action fixed
17+
2022-12-19 (Tomas Cejka): Update c-cpp.yml
18+
2022-12-19 (Tomas Cejka): codecov: update version of gh action
19+
2022-12-19 (Tomas Cejka): Update ipfixprobed
20+
2022-12-19 (Tomas Cejka): Merge pull request #115 from CESNET/dpdkinit
21+
2022-12-19 (Tomas Cejka): Merge branch 'master' into dpdkinit
22+
2022-12-18 (Tomas Cejka): init: add DPDK variables and improve ipfixprobed script
23+
2022-12-16 (Tomas Cejka): Merge pull request #114 from CESNET/dpdk-rss
24+
2022-12-16 (Tomas Cejka): Merge pull request #113 from CESNET/doc-fix-example
25+
2022-12-16 (xsiska12): dpdk: changed input of RSS to IP addresses only
26+
2022-12-16 (Tomas Cejka): Update README.md
27+
2022-12-14 (Tomas Cejka): Merge pull request #112 from CESNET/dpdkhelp_fixtypo
28+
2022-12-14 (Karel Hynek): Merge pull request #111 from CESNET/release
29+
2022-12-13 (Tomas Cejka): doc: improved readme - DPDK example
30+
2022-12-13 (Tomas Cejka): dpdk: fixed typo in help
31+
132
2022-12-05 (Karel Hynek): Merge pull request #110 from CESNET/tcp_seq_ack_fix
233
2022-12-05 (Tomas Cejka): Merge pull request #109 from CESNET/HTTPS_plugin_fix
334
2022-12-05 (Karel Hynek): FIX: Parsing TCP SEQ and TCP ACK numbers

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.69])
5-
AC_INIT([ipfixprobe], [4.7.1], [[email protected]])
5+
AC_INIT([ipfixprobe], [4.7.2], [[email protected]])
66

77
AC_CONFIG_SRCDIR([main.cpp])
88
AC_CONFIG_HEADERS([config.h])

ipfixprobe.spec.in

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@
4141
%global is_el7 no
4242
%endif
4343

44+
# Hotfix to allow RPM build on fedora36+
45+
# There is a problem in configure autodetection when
46+
# LDFLAGS=-specs=/usr/lib/rpm/redhat/redhat-hardened-ld
47+
%undefine _auto_set_build_flags
48+
4449
Name: ipfixprobe
4550
Version: @PACKAGE_VERSION@
4651
Release: @RELEASE@

0 commit comments

Comments
 (0)