|
@@ -14,7 +14,7 @@
|
|
Summary: Validating, recursive, and caching DNS(SEC) resolver
|
|
Summary: Validating, recursive, and caching DNS(SEC) resolver
|
|
Name: unbound
|
|
Name: unbound
|
|
Version: 1.7.1
|
|
Version: 1.7.1
|
|
-Release: 2%{?_dist_release}
|
|
|
|
|
|
+Release: 3%{?_dist_release}
|
|
License: BSD
|
|
License: BSD
|
|
Url: http://www.unbound.net/
|
|
Url: http://www.unbound.net/
|
|
Source: http://www.unbound.net/downloads/%{name}-%{version}.tar.gz
|
|
Source: http://www.unbound.net/downloads/%{name}-%{version}.tar.gz
|
|
@@ -30,6 +30,9 @@ Source9: example.com.key
|
|
Source10: example.com.conf
|
|
Source10: example.com.conf
|
|
Source11: block-example.com.conf
|
|
Source11: block-example.com.conf
|
|
|
|
|
|
|
|
+# https://github.com/NLnetLabs/unbound/commit/8b209f8f68ada8d2de22a193571604cb1d057c28
|
|
|
|
+Patch0: unbound-1.7.1-mesh.patch
|
|
|
|
+
|
|
Group: System Environment/Daemons
|
|
Group: System Environment/Daemons
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
BuildRequires: flex
|
|
BuildRequires: flex
|
|
@@ -110,6 +113,7 @@ Python modules and extensions for unbound
|
|
|
|
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
|
|
+%patch0 -p1
|
|
|
|
|
|
%build
|
|
%build
|
|
%configure --with-libevent --with-pthreads --with-ssl \
|
|
%configure --with-libevent --with-pthreads --with-ssl \
|
|
@@ -258,6 +262,9 @@ fi
|
|
/sbin/ldconfig
|
|
/sbin/ldconfig
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Thu May 24 2018 IWAI, Masaharu <iwaim.sub@gmail.com> 1.7.1-3
|
|
|
|
+- Fix mesh state assertion failure due to callback removal. (Patch0)
|
|
|
|
+
|
|
* Sun May 6 2018 IWAI, Masaharu <iwaim.sub@gmail.com> 1.7.1-2
|
|
* Sun May 6 2018 IWAI, Masaharu <iwaim.sub@gmail.com> 1.7.1-2
|
|
- enable ECDSA support
|
|
- enable ECDSA support
|
|
- enable GOST support
|
|
- enable GOST support
|