diff --git a/bind.spec b/bind.spec index 2e770d2ab9c3ead8a2a7c3f97032dc6b87b83055..950e9485427f0a15f800a7392dece8d776bb6787 100644 --- a/bind.spec +++ b/bind.spec @@ -19,7 +19,7 @@ Name: bind Summary: Domain Name System (DNS) Server (named) License: MPLv2.0 Version: 9.11.21 -Release: 8 +Release: 9 Epoch: 32 Url: https://www.isc.org/downloads/bind/ Source0: https://ftp.isc.org/isc/bind9/9.11.21/bind-%{version}.tar.gz @@ -1173,6 +1173,12 @@ rm -rf ${RPM_BUILD_ROOT} %changelog +* Tue Mar 16 2021 xuxiaolong - 9.11.21-9 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:remove useless named error log + * Fri Mar 12 2021 yanan - 9.11.21-8 - Type:enhancement - ID:NA diff --git a/feature-bind99-euler-range-port.patch b/feature-bind99-euler-range-port.patch index 19f8e87c5055d29752c23be2cbe280a5d454bf59..19bbb37e571da547ec89555ca3a16cd5a289aa74 100644 --- a/feature-bind99-euler-range-port.patch +++ b/feature-bind99-euler-range-port.patch @@ -153,8 +153,6 @@ index c93651d..d03ef2d 100644 + return ISC_R_SUCCESS; + } + -+ syslog(LOG_ERR, -+ "Open %s fail, return.\n", file); + return ISC_R_FILENOTFOUND; +} +