diff --git a/unbound.conf b/unbound.conf index 748a661d06f76e47a20b9b2f57561cec1e7383bc..42e35738d6690dc5df2e0771a5f052a60266e877 100644 --- a/unbound.conf +++ b/unbound.conf @@ -805,7 +805,7 @@ remote-control: # Enable remote control with unbound-control(8) here. # set up the keys and certificates with unbound-control-setup. # 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 # a unix local named pipe for unbound-control. diff --git a/unbound.spec b/unbound.spec index 4968fbae834a18e5d5f334a2cec7dd884ab41963..cc11ddda9c049681fdbfc118c95d56f17161fc79 100644 --- a/unbound.spec +++ b/unbound.spec @@ -2,7 +2,7 @@ Name: unbound Version: 1.13.2 -Release: 9 +Release: 10 Summary: Unbound is a validating, recursive, caching DNS resolver License: BSD Url: https://nlnetlabs.nl/projects/unbound/about/ @@ -244,6 +244,12 @@ popd %{_mandir}/man* %changelog +* Tue Feb 27 2024 gaihuiying - 1.13.2-10 +- Type:cves +- CVE:CVE-2024-1488 +- SUG:NA +- DESC:fix CVE-2024-1488 + * Fri Feb 23 2024 gaihuiying - 1.13.2-9 - Type:bugfix - CVE:NA