release: version 1.1.12 - Architecture violations and test fixes
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
@ -3,7 +3,7 @@
|
|||||||
%if %{defined build_version}
|
%if %{defined build_version}
|
||||||
%define spec_version %{build_version}
|
%define spec_version %{build_version}
|
||||||
%else
|
%else
|
||||||
%define spec_version 1.1.11
|
%define spec_version 1.1.12
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: ja4sentinel
|
Name: ja4sentinel
|
||||||
@ -123,6 +123,13 @@ fi
|
|||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|
||||||
|
* Thu Mar 05 2026 Jacquin Antoine <rpm@arkel.fr> - 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 <rpm@arkel.fr> - 1.1.11-1
|
* Wed Mar 04 2026 Jacquin Antoine <rpm@arkel.fr> - 1.1.11-1
|
||||||
- FIX: Remove JA4SENTINEL_LOG_LEVEL environment variable from systemd service
|
- FIX: Remove JA4SENTINEL_LOG_LEVEL environment variable from systemd service
|
||||||
- Config file log_level now respected (no env var override)
|
- Config file log_level now respected (no env var override)
|
||||||
|
|||||||
Reference in New Issue
Block a user