1
0
Fork 0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-04-24 05:05:19 +02:00

Upgrade version of FastNetMon to 1.2.2 as we released 1.2.1 as stable

This commit is contained in:
Pavel Odintsov 2022-05-14 13:04:29 +01:00
parent 172dd8985a
commit 73193dc358
4 changed files with 9 additions and 8 deletions

View File

@ -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:

View File

@ -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: |

View File

@ -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")

View File

@ -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 <pavel.odintsov@gmail.com> - 1.2.1-1
* Saturday May 14 2022 Pavel Odintsov <pavel.odintsov@gmail.com> - 1.2.2-1
- First RPM package release