diff options
| author | Petr Menšík <pemensik@redhat.com> | 2017-04-21 17:38:45 +0200 |
|---|---|---|
| committer | Petr Menšík <pemensik@redhat.com> | 2017-04-21 17:38:45 +0200 |
| commit | 19b1efe0bb3591e09897b72e548ba467e31f4c4f (patch) | |
| tree | 425ee3afa32996346c7a31323626d9dfc9c76b97 /bind.spec | |
| parent | 09e4b5788e8916142a0589e9bc25ab8bedd941fd (diff) | |
| download | bind-19b1efe0bb3591e09897b72e548ba467e31f4c4f.tar.gz bind-19b1efe0bb3591e09897b72e548ba467e31f4c4f.tar.xz bind-19b1efe0bb3591e09897b72e548ba467e31f4c4f.zip | |
Fix queries for TKEY in nsupdate, when using GSSAPI (#1236087)
Diffstat (limited to 'bind.spec')
| -rw-r--r-- | bind.spec | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 <pemensik@redhat.com> - 32:9.11.0-8.P5 +- Fix queries for TKEY in nsupdate, when using GSSAPI (#1236087) + * Thu Apr 13 2017 Petr Menšík <pemensik@redhat.com> - 32:9.11.0-7.P5 - Update to 9.11.0-P5 - Use BINDVERSION for upstream version |
