From c44ebdeadecba5a658b7596baf7677e2d904077d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Men=C5=A1=C3=ADk?= Date: Mon, 2 Dec 2019 20:35:43 +0100 Subject: [PATCH] Bump spec for bug #1736762 --- bind.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bind.spec b/bind.spec index 9d1042f..5444f8d 100644 --- a/bind.spec +++ b/bind.spec @@ -62,7 +62,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv Name: bind License: MPLv2.0 Version: 9.11.13 -Release: 2%{?PATCHVER:.%{PATCHVER}}%{?PREVER:.%{PREVER}}%{?dist} +Release: 3%{?PATCHVER:.%{PATCHVER}}%{?PREVER:.%{PREVER}}%{?dist} Epoch: 32 Url: https://www.isc.org/downloads/bind/ # @@ -1580,6 +1580,9 @@ fi; %changelog +* Mon Dec 02 2019 Petr Menšík - 32:9.11.13-3 +- Backport few thread safety related fixed from upstream (#1736762) + * Tue Nov 26 2019 Petr Menšík - 32:9.11.13-2 - Complete explicit disabling of RSAMD5 in FIPS mode (#1709553)