From 2980b7d3a3199eec988b26c1b1d127cb2fabb430 Mon Sep 17 00:00:00 2001 From: liuzy518 <570407222@qq.com> Date: Thu, 25 Mar 2021 19:55:29 +0800 Subject: [PATCH] bind:remove sesitive words. Signed-off-by: liuzy518 <570407222@qq.com> --- bind.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/bind.spec b/bind.spec index b9eef3e..2ea4eaf 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: 7 +Release: 8 Epoch: 32 Url: https://www.isc.org/downloads/bind/ Source0: https://ftp.isc.org/isc/bind9/9.11.21/bind-%{version}.tar.gz @@ -119,7 +119,6 @@ Patch130:bind-9.9.1-P2-dlz-libdb.patch Patch131:bind-9.9.1-P2-multlib-conflict.patch Patch133:bind99-rh640538.patch Patch134:bind97-rh669163.patch -# Fedora specific patch to distribute native-pkcs#11 functionality Patch136:bind-9.10-dist-native-pkcs11.patch Patch137:bind-9.10-use-of-strlcat.patch @@ -1173,6 +1172,12 @@ rm -rf ${RPM_BUILD_ROOT} %changelog +* Thu Mar 25 2021 liulong - 9.11.21-8 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:remove sensitive words. + * Thu Feb 18 2021 liulong - 9.11.21-7 - Type:CVE - ID:NA -- Gitee