diff --git a/bind.spec b/bind.spec index 7dd9412cdae640ba737f7a4533fd1c091c6161df..99caaaa75f6dba226d6a631be972e8547ecae494 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: 6 +Release: 7 Epoch: 32 Url: http://www.isc.org/products/BIND/ Source0: https://ftp.isc.org/isc/bind9/9.11.21/bind-%{version}.tar.gz @@ -1150,6 +1150,12 @@ rm -rf ${RPM_BUILD_ROOT} %changelog +* Tue Mar 16 2021 xuxiaolong - 9.11.21-7 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:remove useless named error log + * Fri Mar 12 2021 yanan - 9.11.21-6 - Type:enhancement - ID:NA diff --git a/feature-bind99-euler-range-port.patch b/feature-bind99-euler-range-port.patch index 19f8e87c5055d29752c23be2cbe280a5d454bf59..ef0a9ffd0b299a66213f2f56c3914c1a124ad73c 100644 --- a/feature-bind99-euler-range-port.patch +++ b/feature-bind99-euler-range-port.patch @@ -10,7 +10,7 @@ index c93651d..d03ef2d 100644 typedef ISC_LIST(dns_dispentry_t) dns_displist_t; typedef struct dispsocket dispsocket_t; -@@ -1933,6 +1934,168 @@ open_socket(isc_socketmgr_t *mgr, isc_sockaddr_t *local, +@@ -1933,6 +1934,166 @@ open_socket(isc_socketmgr_t *mgr, isc_sockaddr_t *local, return (ISC_R_SUCCESS); } @@ -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; +} +