From 19b1efe0bb3591e09897b72e548ba467e31f4c4f Mon Sep 17 00:00:00 2001 From: Petr Menšík Date: Fri, 21 Apr 2017 17:38:45 +0200 Subject: Fix queries for TKEY in nsupdate, when using GSSAPI (#1236087) --- bind.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'bind.spec') diff --git a/bind.spec b/bind.spec index 085f80d..c07c755 100644 --- a/bind.spec +++ b/bind.spec @@ -25,7 +25,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv Name: bind License: MPLv2.0 Version: 9.11.0 -Release: 7%{?PATCHVER:.%{PATCHVER}}%{?PREVER:.%{PREVER}}%{?dist} +Release: 8%{?PATCHVER:.%{PATCHVER}}%{?PREVER:.%{PREVER}}%{?dist} Epoch: 32 Url: http://www.isc.org/products/BIND/ Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -82,6 +82,7 @@ Patch137:bind-9.10-use-of-strlcat.patch Patch138:bind-9.10-openssl-1.1.patch Patch139:bind-9.11-docbook-xsl.patch Patch140:bind-9.11-rh1410433.patch +Patch141:bind-9.11-rh1236087.patch # SDB patches Patch11: bind-9.3.2b2-sdbsrc.patch @@ -322,6 +323,7 @@ This package provides a module which allows commands to be sent to rndc directly %patch138 -p1 -b .rh1390238 %patch139 -p1 -b .rh1397186 %patch140 -p1 -b .rh1410433 +%patch141 -p1 -b .rh1236087 %if %{PKCS11} cp -r bin/named{,-pkcs11} @@ -1024,6 +1026,9 @@ rm -rf ${RPM_BUILD_ROOT} %{python3_sitelib}/isc/__pycache__/*py* %changelog +* Fri Apr 21 2017 Petr Menšík - 32:9.11.0-8.P5 +- Fix queries for TKEY in nsupdate, when using GSSAPI (#1236087) + * Thu Apr 13 2017 Petr Menšík - 32:9.11.0-7.P5 - Update to 9.11.0-P5 - Use BINDVERSION for upstream version -- cgit