From 0d6241b19212250a3ea7bbb0f88c8b30b72910b1 Mon Sep 17 00:00:00 2001 From: Paul Wouters Date: Sun, 5 Aug 2012 09:10:11 -0400 Subject: [PATCH] - added comment to root.key file --- root.key | 2 ++ unbound.spec | 1 + 2 files changed, 3 insertions(+) diff --git a/root.key b/root.key index f9ce549..e340ed0 100644 --- a/root.key +++ b/root.key @@ -1,3 +1,5 @@ +; // The root key in bind format. This can be read by most tools, including +; // named, unbound, et. For libunbound, use ub_ctx_trustedkeys() to load this trusted-keys { "." 257 3 8 "AwEAAagAIKlVZrpC6Ia7gEzahOR+9W29euxhJhVVLOyQbSEW0O8gcCjFFVQUTf6v58fLjwBd0YI0EzrAcQqBGCzh/RStIoO8g0NfnfL2MTJRkxoXbfDaUeVPQuYEhg37NZWAJQ9VnMVDxP/VHL496M/QZxkjf5/Efucp2gaDX6RS6CXpoY68LsvPVjR0ZSwzz1apAzvN9dlzEheX7ICJBBtuA6G3LQpzW5hOA2hzCTMjJPJ8LbqF6dsV6DoBQzgul0sGIcGOYl7OyQdXfZ57relSQageu+ipAdTTJ25AsRTAoub8ONGcLmqrAmRLKBP1dfwhYB4N7knNnulqQxA+Uk1ihz0="; // key id = 19036 diff --git a/unbound.spec b/unbound.spec index 0c8e5a3..b9dbc96 100644 --- a/unbound.spec +++ b/unbound.spec @@ -248,6 +248,7 @@ fi * Fri Aug 03 2012 Paul Wouters - 1.4.18-1 - Updated to 1.4.18 (FIPS related fixes mostly) - Removed patches that were merged in upstream +- Added comment to root.key * Mon Jul 23 2012 Paul Wouters - 1.4.17-5 - Fix for unbound crasher (upstream bug #452)