diff --git a/SPECS/bind.spec b/SPECS/bind.spec index 124de49..72ea2bf 100644 --- a/SPECS/bind.spec +++ b/SPECS/bind.spec @@ -26,7 +26,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv Name: bind License: ISC Version: 9.9.4 -Release: 72%{?PATCHVER}%{?PREVER}%{?dist} +Release: 72%{?PATCHVER}%{?PREVER}%{?dist}.0.1 Epoch: 32 Url: http://www.isc.org/products/BIND/ Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -196,6 +196,7 @@ Patch85: bind-9.5-libidn3.patch Patch94: bind95-rh461409.patch Patch135:bind99-libidn4.patch +Patch9999:bind99-assertfix.patch # Requires(preun): systemd Requires(postun): systemd @@ -547,6 +548,8 @@ cp -fp contrib/sdb/sqlite/zone2sqlite.c bin/sdb_tools %patch134 -p1 -b .rh669163 %patch135 -p1 -b .libidn4 +%patch9999 -p1 -b .assertfix + # Sparc and s390 arches need to use -fPIE %ifarch sparcv9 sparc64 s390 s390x for i in bin/named{,-sdb}/{,unix}/Makefile.in; do @@ -1205,6 +1208,9 @@ rm -rf ${RPM_BUILD_ROOT} %endif %changelog +* Wed Dec 12 2018 Pablo Greco - 32:9.9.4-72.0.1 +- Check buffer size before adding comment in log + * Thu Sep 20 2018 Petr Menšík - 32:9.9.4-72 - Fix automatic selinux boolean named_write_master_zones (#1569466) - Allow starting named with readonly home again