diff --git a/bind.spec b/bind.spec index a8fe9e64fd41f58f63a8e36c46d9cd480e3753f5..9ef889c5709a8eac36e6341318eb8760d9b2a021 100644 --- a/bind.spec +++ b/bind.spec @@ -1,3 +1,4 @@ +%define anolis_release .0.1 # # Red Hat BIND package .spec file # @@ -68,7 +69,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv Name: bind License: MPLv2.0 Version: 9.11.36 -Release: 3%{?PATCHVER:.%{PATCHVER}}%{?PREVER:.%{PREVER}}%{?dist}.1 +Release: 3%{?PATCHVER:.%{PATCHVER}}%{?PREVER:.%{PREVER}}%{?anolis_release}%{?dist}.1 Epoch: 32 Url: https://www.isc.org/downloads/bind/ # @@ -527,14 +528,16 @@ are used for building ISC DHCP. # Common patches %patch10 -p1 -b .PIE %patch16 -p1 -b .redhat_doc -%ifnarch alpha ia64 +%ifnarch alpha ia64 sw_64 %patch72 -p1 -b .64bit %endif %patch102 -p1 -b .rh452060 %patch106 -p1 -b .rh490837 %patch109 -p1 -b .rh478718 %patch112 -p1 -b .rh645544 +%ifnarch alpha ia64 sw_64 %patch130 -p1 -b .libdb +%endif %patch131 -p1 -b .multlib-conflict %patch140 -p1 -b .rh1410433 %patch145 -p1 -b .rh1205168 @@ -1609,6 +1612,9 @@ rm -rf ${RPM_BUILD_ROOT} %endif %changelog +* Wed Sep 6 2023 Weisson 32:9.11.36-3.0.1.1 +- disable 64bit dlz driver patch on alpha, ia64 and sw_64 (#251298). + * Thu Sep 22 2022 Petr Menšík - 32:9.11.36-3.1 - Fix memory leak in ECDSA verify processing (CVE-2022-38177) - Fix memory leak in EdDSA verify processing (CVE-2022-38178)