Browse Source

ldns 1.7.0-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@10909 ec354946-7b23-47d6-9f5a-488ba84defc7
iwaim 7 years ago
parent
commit
9edc385d18
1 changed files with 10 additions and 2 deletions
  1. 10 2
      l/ldns/ldns-vl.spec

+ 10 - 2
l/ldns/ldns-vl.spec

@@ -1,5 +1,6 @@
 %{?!with_python:      %global with_python      1}
 %{?!enable_gost:      %global enable_gost      0}
+%{?!enable_dane:      %global enable_dane      0}
 
 %if %{with_python}
 %{!?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(ja): 低レベルな DNS(SEC) ライブラリと API
 Name: ldns
-Version: 1.6.17
-Release: 2%{?_dist_release}
+Version: 1.7.0
+Release: 1%{?_dist_release}
 License: BSD
 Url: http://www.nlnetlabs.nl/%{name}/
 Source: http://www.nlnetlabs.nl/downloads/%{name}-%{version}.tar.gz
@@ -76,6 +77,9 @@ Python extensions for ldns
 %endif
 %if !%{enable_gost}
  --disable-gost \
+%endif
+%if !%{enable_gost}
+ --disable-dane-verify \
 %endif
  --with-sha2
 
@@ -144,6 +148,10 @@ rm -rf %{buildroot}
 %postun -p /sbin/ldconfig
 
 %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
 - rebuilt with openssl-1.0.2g.