diff --git a/bind.spec b/bind.spec index 48193976bf5e1097168d2eb653898003be3d980a..9d1fc549bb0da30ada292ed12e35405e8ef31a72 100644 --- a/bind.spec +++ b/bind.spec @@ -30,7 +30,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv Name: bind License: MPLv2.0 Version: 9.16.23 -Release: 14 +Release: 15 Epoch: 32 Url: https://www.isc.org/downloads/bind/ # @@ -915,7 +915,7 @@ fi %define chroot_fix_devices() \ if [ $1 -gt 1 ]; then \ for DEV in "%{1}/dev"/{null,random,zero}; do \ - if [ -e "$DEV" -a "$(/bin/stat --printf="%G %a" "$DEV")" = "root 644" ]; \ + if [ -e "$DEV" ] && [ "$(/bin/stat --printf="%G %a" "$DEV")" = "root 644" ]; \ then \ /bin/chmod 0664 "$DEV" \ /bin/chgrp named "$DEV" \ @@ -1188,6 +1188,12 @@ fi; %endif %changelog +* Thu Feb 09 2023 zhanghao - 32:9.16.23-15 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:fix output expected information when install bing-sdborbind-sdb-chroot + * Fri Feb 03 2023 zhanghao - 32:9.16.23-14 - Type:CVE - CVE:CVE-2022-3736 CVE-2022-3924 CVE-2022-3094