From 73193dc3581ad9d23a22aeb36ce974a257786c6d Mon Sep 17 00:00:00 2001 From: Pavel Odintsov Date: Sat, 14 May 2022 13:04:29 +0100 Subject: [PATCH] Upgrade version of FastNetMon to 1.2.2 as we released 1.2.1 as stable --- .circleci/config.yml | 8 ++++---- SECURITY.md | 3 ++- src/CMakeLists.txt | 2 +- src/fastnetmon_fedora.spec | 4 ++-- 4 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index cb486d5..73f41e3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2.1 parameters: fastnetmon_build_version: type: string - default: "1.2.1" + default: "1.2.2" jobs: build_debian_upstream_package: machine: @@ -78,11 +78,11 @@ jobs: name: Build RPM command: cd ~/rpmbuild/SPECS && rpmbuild -bb fastnetmon_fedora.spec - store_artifacts: - path: /root/rpmbuild/RPMS/x86_64/fastnetmon-1.2.1-1.fc35.x86_64.rpm + path: /root/rpmbuild/RPMS/x86_64/fastnetmon-1.2.2-1.fc35.x86_64.rpm - store_artifacts: - path: /root/rpmbuild/RPMS/x86_64/fastnetmon-debugsource-1.2.1-1.fc35.x86_64.rpm + path: /root/rpmbuild/RPMS/x86_64/fastnetmon-debugsource-1.2.2-1.fc35.x86_64.rpm - store_artifacts: - path: /root/rpmbuild/RPMS/x86_64/fastnetmon-debuginfo-1.2.1-1.fc35.x86_64.rpm + path: /root/rpmbuild/RPMS/x86_64/fastnetmon-debuginfo-1.2.2-1.fc35.x86_64.rpm build_ubuntu: parameters: docker_image: diff --git a/SECURITY.md b/SECURITY.md index 6376bdd..bc4fa83 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -6,7 +6,8 @@ We support only latest current version of FastNetMon. We do not issue security f | Version | Supported | | ------- | ------------------ | -| 1.2.0 | :white_check_mark: | +| 1.2.1 | :white_check_mark: | +| 1.2.0 | :x: | | 1.1.9 | :x: | | 1.1.8 | :x: | | 1.1.7 | :x: | diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 3bef73a..dc275a2 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -22,7 +22,7 @@ include(CheckLibraryExists) set (FASTNETMON_VERSION_MAJOR 1) set (FASTNETMON_VERSION_MINOR 2) -set (FASTNETMON_VERSION_PATCH 1) +set (FASTNETMON_VERSION_PATCH 2) set(HIREDIS_CUSTOM_INSTALL_PATH "${FASTNETMON_LIBRARIES_GLOBAL_PATH}/libhiredis_0_13") set(LOG4CPP_CUSTOM_INSTALL_PATH "${FASTNETMON_LIBRARIES_GLOBAL_PATH}/log4cpp1.1.3") diff --git a/src/fastnetmon_fedora.spec b/src/fastnetmon_fedora.spec index 9aae632..4ae252c 100644 --- a/src/fastnetmon_fedora.spec +++ b/src/fastnetmon_fedora.spec @@ -8,7 +8,7 @@ %global fastnetmon_company FastNetMon LTD Name: fastnetmon -Version: 1.2.1 +Version: 1.2.2 Release: 1%{?dist} Summary: A high performance DoS/DDoS load analyzer built on top of multiple packet capture engines (NetFlow, IPFIX, sFlow, PCAP). @@ -111,6 +111,6 @@ fi %changelog -* Wed May 4 2022 Pavel Odintsov - 1.2.1-1 +* Saturday May 14 2022 Pavel Odintsov - 1.2.2-1 - First RPM package release