!88 fix CVE-2024-1488
From: @eaglegai Reviewed-by: @gebidelidaye Signed-off-by: @gebidelidaye
This commit is contained in:
commit
d7d80fbd64
@ -1086,7 +1086,7 @@ remote-control:
|
|||||||
# Enable remote control with unbound-control(8) here.
|
# Enable remote control with unbound-control(8) here.
|
||||||
# set up the keys and certificates with unbound-control-setup.
|
# set up the keys and certificates with unbound-control-setup.
|
||||||
# Note: required for unbound-munin package
|
# Note: required for unbound-munin package
|
||||||
control-enable: yes
|
control-enable: no
|
||||||
|
|
||||||
# Set to no and use an absolute path as control-interface to use
|
# Set to no and use an absolute path as control-interface to use
|
||||||
# a unix local named pipe for unbound-control.
|
# a unix local named pipe for unbound-control.
|
||||||
@ -1102,10 +1102,6 @@ remote-control:
|
|||||||
# port number for remote control operations.
|
# port number for remote control operations.
|
||||||
# control-port: 8953
|
# control-port: 8953
|
||||||
|
|
||||||
# for localhost, you can disable use of TLS by setting this to "no"
|
|
||||||
# For local sockets this option is ignored, and TLS is not used.
|
|
||||||
control-use-cert: "no"
|
|
||||||
|
|
||||||
# Unbound server key file.
|
# Unbound server key file.
|
||||||
server-key-file: "/etc/unbound/unbound_server.key"
|
server-key-file: "/etc/unbound/unbound_server.key"
|
||||||
|
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: unbound
|
Name: unbound
|
||||||
Version: 1.17.1
|
Version: 1.17.1
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: Unbound is a validating, recursive, caching DNS resolver
|
Summary: Unbound is a validating, recursive, caching DNS resolver
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Url: https://nlnetlabs.nl/projects/unbound/about/
|
Url: https://nlnetlabs.nl/projects/unbound/about/
|
||||||
@ -235,6 +235,12 @@ popd
|
|||||||
%{_mandir}/man*
|
%{_mandir}/man*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 27 2024 gaihuiying <eaglegai@163.com> - 1.17.1-3
|
||||||
|
- Type:cves
|
||||||
|
- CVE:CVE-2024-1488
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:fix CVE-2024-1488
|
||||||
|
|
||||||
* Fri Feb 23 2024 gaihuiying <eaglegai@163.com> - 1.17.1-2
|
* Fri Feb 23 2024 gaihuiying <eaglegai@163.com> - 1.17.1-2
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- CVE:NA
|
- CVE:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user