mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 13:18:36 -09:00
package/unbound: security bump version to 1.25.1
https://nlnetlabs.nl/projects/unbound/download/ Used new signing key to verify the source tarball: https://nlnetlabs.nl/signing-keys/ Fixes CVE-2026-33278, CVE-2026-42944, CVE-2026-42959, CVE-2026-32792, CVE-2026-40622, CVE-2026-41292, CVE-2026-42534, CVE-2026-42923, CVE-2026-42960, CVE-2026-44390 and CVE-2026-44608. Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
3ddacc46e4
commit
74aed5e861
@@ -1,8 +1,8 @@
|
||||
# From https://nlnetlabs.nl/downloads/unbound/unbound-1.24.2.tar.gz.sha256
|
||||
# From https://nlnetlabs.nl/downloads/unbound/unbound-1.25.1.tar.gz.sha256
|
||||
# After checking pgp signature from:
|
||||
# https://nlnetlabs.nl/downloads/unbound/unbound-1.24.2.tar.gz.asc
|
||||
# with key: 948EB42322C5D00B79340F5DCFF3344D9087A490
|
||||
sha256 44e7b53e008a6dcaec03032769a212b46ab5c23c105284aa05a4f3af78e59cdb unbound-1.24.2.tar.gz
|
||||
# https://nlnetlabs.nl/downloads/unbound/unbound-1.25.1.tar.gz.asc
|
||||
# with key: 231018690C4D903EF419146AA144323DEAACDF45
|
||||
sha256 0fe8b6277b0959cfd17562debac0aa5f71e0b02dc4ffa9c60271c583edab586f unbound-1.25.1.tar.gz
|
||||
|
||||
# Locally calculated
|
||||
sha256 8eb9a16cbfb8703090bbfa3a2028fd46bb351509a2f90dc1001e51fbe6fd45db LICENSE
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
UNBOUND_VERSION = 1.24.2
|
||||
UNBOUND_VERSION = 1.25.1
|
||||
UNBOUND_SITE = https://nlnetlabs.nl/downloads/unbound
|
||||
UNBOUND_INSTALL_STAGING = YES
|
||||
UNBOUND_DEPENDENCIES = host-pkgconf expat libevent openssl
|
||||
|
||||
Reference in New Issue
Block a user