File 8942-inet_dns-fix-TSIG-tests-for-newer-versions-of-Knot-D.patch of Package erlang
From ae18c79a81553dbc91e85c94cc29dcf1cada2bbf Mon Sep 17 00:00:00 2001
From: Alexander Clouter <alex@digriz.org.uk>
Date: Fri, 29 Aug 2025 10:19:58 +0100
Subject: [PATCH 2/5] inet_dns: fix TSIG tests for newer versions of Knot DNS
(fixes #10139)
Key name must match the entry in the configuration.
---
lib/kernel/test/inet_res_SUITE_data/otptest/knot_inc.conf | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/kernel/test/inet_res_SUITE_data/otptest/knot_inc.conf b/lib/kernel/test/inet_res_SUITE_data/otptest/knot_inc.conf
index 91a48f62bf..41b3ac7c04 100644
--- a/lib/kernel/test/inet_res_SUITE_data/otptest/knot_inc.conf
+++ b/lib/kernel/test/inet_res_SUITE_data/otptest/knot_inc.conf
@@ -1,5 +1,5 @@
key:
- - id: testkey.otptest
+ - id: testkey
algorithm: hmac-sha256
# ded5ada3-07f2-42b9-84bf-82d30f6795ee
secret: ZGVkNWFkYTMtMDdmMi00MmI5LTg0YmYtODJkMzBmNjc5NWVl
@@ -11,7 +11,7 @@ acl:
acl:
- id: testkey_rule
- key: testkey.otptest
+ key: testkey
action: transfer
zone:
--
2.51.0