unbound: Update to 1.23.1
Commit Message
For details see:
https://nlnetlabs.nl/projects/unbound/download/#unbound-1-23-1
"Fix RebirthDay Attack CVE-2025-5994, reported by Xiang Li from AOSP
Lab Nankai University."
Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
---
lfs/unbound | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
@@ -24,7 +24,7 @@
include Config
-VER = 1.23.0
+VER = 1.23.1
THISAPP = unbound-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 160bb2bee5450313a68ac81b73fd4bb21b14f8d25172d314644a34309dc75f28802126533f3ac1cb8d48599af8cb7caca83b866c9193286396f81c5fabc29651
+$(DL_FILE)_BLAKE2 = fb17a819af10794b5a92822841128db5e81c608180d7e154adfeda1fb18d0f46948e55250637d4b4f14aacd13ef53c680478884fe1702cebaa9ecb2fb386b0e3
install : $(TARGET)