diff --git a/bind.spec b/bind.spec index 7471f4d8a483bb99ef0e46c7098570ee99a82797..820ba7ff984c210e62c6ed5685438852037e5c71 100644 --- a/bind.spec +++ b/bind.spec @@ -1,4 +1,4 @@ -%define anolis_release .0.1 +%define anolis_release .0.2 # Red Hat BIND package .spec file # # vim:expandtab ts=2: @@ -542,14 +542,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 @@ -1635,6 +1637,9 @@ rm -rf ${RPM_BUILD_ROOT} %endif %changelog +* Tue Mar 19 2024 Weisson 32:9.11.36-11.0.2 +- disable 64bit dlz driver patch on alpha, ia64 and sw_64 (#251298). + * Thu Dec 14 2023 Liwei Ge - 32:9.11.36-11.0.1 - fix CVE-2023-2828 - Fix CVE-2023-3341 (Liu Xiaoyang)