diff --git a/packaging/rpm/ja4sentinel.spec b/packaging/rpm/ja4sentinel.spec index 91adf8a..3e39512 100644 --- a/packaging/rpm/ja4sentinel.spec +++ b/packaging/rpm/ja4sentinel.spec @@ -3,7 +3,7 @@ %if %{defined build_version} %define spec_version %{build_version} %else -%define spec_version 1.1.11 +%define spec_version 1.1.12 %endif Name: ja4sentinel @@ -123,6 +123,13 @@ fi %changelog +* Thu Mar 05 2026 Jacquin Antoine - 1.1.12-1 +- FIX: Remove JA4SENTINEL_LOG_LEVEL env override (architecture violation, log_level YAML-only) +- FIX: Add yaml struct tags to Config/AppConfig/OutputConfig (yaml.v3 does not fall back to json tags) +- FIX: SLL packet parsing rewritten to use protoType from SLL header for IPv4/IPv6 selection +- FIX: Replace isValidIP/isValidCIDR with net.ParseIP/net.ParseCIDR for proper validation +- FIX: Various pre-existing unit test bugs (TestLoadFromFile_ExcludeSourceIPs, TestFromClientHello_NilPayload, TestValidate_ExcludeSourceIPs) + * Wed Mar 04 2026 Jacquin Antoine - 1.1.11-1 - FIX: Remove JA4SENTINEL_LOG_LEVEL environment variable from systemd service - Config file log_level now respected (no env var override)