|
@@ -1,5 +1,6 @@
|
|
%{?!with_python: %global with_python 1}
|
|
%{?!with_python: %global with_python 1}
|
|
%{?!enable_gost: %global enable_gost 0}
|
|
%{?!enable_gost: %global enable_gost 0}
|
|
|
|
+%{?!enable_dane: %global enable_dane 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()")}
|
|
@@ -16,8 +17,8 @@
|
|
Summary: Lowlevel DNS(SEC) library with API
|
|
Summary: Lowlevel DNS(SEC) library with API
|
|
Summary(ja): 低レベルな DNS(SEC) ライブラリと API
|
|
Summary(ja): 低レベルな DNS(SEC) ライブラリと API
|
|
Name: ldns
|
|
Name: ldns
|
|
-Version: 1.6.17
|
|
|
|
-Release: 2%{?_dist_release}
|
|
|
|
|
|
+Version: 1.7.0
|
|
|
|
+Release: 1%{?_dist_release}
|
|
License: BSD
|
|
License: BSD
|
|
Url: http://www.nlnetlabs.nl/%{name}/
|
|
Url: http://www.nlnetlabs.nl/%{name}/
|
|
Source: http://www.nlnetlabs.nl/downloads/%{name}-%{version}.tar.gz
|
|
Source: http://www.nlnetlabs.nl/downloads/%{name}-%{version}.tar.gz
|
|
@@ -76,6 +77,9 @@ Python extensions for ldns
|
|
%endif
|
|
%endif
|
|
%if !%{enable_gost}
|
|
%if !%{enable_gost}
|
|
--disable-gost \
|
|
--disable-gost \
|
|
|
|
+%endif
|
|
|
|
+%if !%{enable_gost}
|
|
|
|
+ --disable-dane-verify \
|
|
%endif
|
|
%endif
|
|
--with-sha2
|
|
--with-sha2
|
|
|
|
|
|
@@ -144,6 +148,10 @@ rm -rf %{buildroot}
|
|
%postun -p /sbin/ldconfig
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Mon Jan 30 2017 IWAI, Masaharu <iwaim.sub@gmail.com> 1.7.0-1
|
|
|
|
+- update to 1.7.0
|
|
|
|
+- add enable_dane option
|
|
|
|
+
|
|
* Tue Mar 15 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.6.17-2
|
|
* Tue Mar 15 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.6.17-2
|
|
- rebuilt with openssl-1.0.2g.
|
|
- rebuilt with openssl-1.0.2g.
|
|
|
|
|