|
@@ -1,8 +1,8 @@
|
|
%global with_munin 1
|
|
%global with_munin 1
|
|
|
|
+%{?!enable_gost: %global enable_gost 1}
|
|
|
|
|
|
# not ready yet
|
|
# not ready yet
|
|
%{?!with_python: %global with_python 0}
|
|
%{?!with_python: %global with_python 0}
|
|
-%{?!enable_gost: %global enable_gost 0}
|
|
|
|
|
|
|
|
%if %{with_python}
|
|
%if %{with_python}
|
|
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
|
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
|
@@ -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: 1%{?_dist_release}
|
|
+Release: 2%{?_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
|
|
@@ -122,7 +122,7 @@ Python modules and extensions for unbound
|
|
%if !%{enable_gost}
|
|
%if !%{enable_gost}
|
|
--disable-gost \
|
|
--disable-gost \
|
|
%endif
|
|
%endif
|
|
- --enable-sha2 --disable-ecdsa \
|
|
+ --enable-sha2 \
|
|
--disable-sha1 \
|
|
--disable-sha1 \
|
|
--with-rootkey-file=%{_sharedstatedir}/unbound/root.key
|
|
--with-rootkey-file=%{_sharedstatedir}/unbound/root.key
|
|
|
|
|
|
@@ -258,6 +258,10 @@ fi
|
|
/sbin/ldconfig
|
|
/sbin/ldconfig
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun May 6 2018 IWAI, Masaharu <iwaim.sub@gmail.com> 1.7.1-2
|
|
|
|
+- enable ECDSA support
|
|
|
|
+- enable GOST support
|
|
|
|
+
|
|
* Sat May 5 2018 IWAI, Masaharu <iwaim.sub@gmail.com> 1.7.1-1
|
|
* Sat May 5 2018 IWAI, Masaharu <iwaim.sub@gmail.com> 1.7.1-1
|
|
- update to 1.7.1
|
|
- update to 1.7.1
|
|
- add pkgconfig file in devel sub package
|
|
- add pkgconfig file in devel sub package
|