diff options
| author | Tomas Hozza <thozza@redhat.com> | 2014-01-14 14:05:20 +0100 |
|---|---|---|
| committer | Tomas Hozza <thozza@redhat.com> | 2014-01-14 14:05:20 +0100 |
| commit | 14a63be5be973ea2ff791673b19d6f98104339fb (patch) | |
| tree | a2a6e6e3e1a0e16a16c70adffc69bb9134dea01c /bind.spec | |
| parent | 1a8c6bc42b0c597950a1af8ccdd2752bf1331632 (diff) | |
| download | bind-14a63be5be973ea2ff791673b19d6f98104339fb.tar.gz bind-14a63be5be973ea2ff791673b19d6f98104339fb.tar.xz bind-14a63be5be973ea2ff791673b19d6f98104339fb.zip | |
Fix CVE-2014-0591
Signed-off-by: Tomas Hozza <thozza@redhat.com>
Diffstat (limited to 'bind.spec')
| -rw-r--r-- | bind.spec | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -30,7 +30,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv Name: bind License: ISC Version: 9.9.5 -Release: 0.1.%{?PATCHVER}%{?PREVER}%{?dist} +Release: 0.2.%{?PATCHVER}%{?PREVER}%{?dist} Epoch: 32 Url: http://www.isc.org/products/BIND/ Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -90,6 +90,7 @@ Patch137:bind99-rrl.patch # Install dns/update.h header for bind-dyndb-ldap plugin Patch138:bind-9.9.3-include-update-h.patch Patch142:bind99-ISC-Bugs-35080.patch +Patch143:bind-9.9.4-CVE-2014-0591.patch # SDB patches Patch11: bind-9.3.2b2-sdbsrc.patch @@ -304,6 +305,7 @@ popd %patch137 -p1 -b .rrl %patch138 -p1 -b .update %patch142 -p1 -b .rbtdb_crash +%patch143 -p1 -b .CVE-2014-0591 %if %{SDB} %patch101 -p1 -b .old-api @@ -918,6 +920,9 @@ rm -rf ${RPM_BUILD_ROOT} %endif %changelog +* Tue Jan 14 2014 Tomas Hozza <thozza@redhat.com> 32:9.9.5-0.2.b1 +- Fix CVE-2014-0591 + * Mon Jan 06 2014 Tomas Hozza <thozza@redhat.com> 32:9.9.5-0.1.b1 - Update to bind-9.9.5b1 - Build bind-sdb against libdb instead of libdb4 |
