Browse Source

unbound 1.7.1-2

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@11680 ec354946-7b23-47d6-9f5a-488ba84defc7
iwaim 6 years ago
parent
commit
b9531d3e22
1 changed files with 7 additions and 3 deletions
  1. 7 3
      u/unbound/unbound-vl.spec

+ 7 - 3
u/unbound/unbound-vl.spec

@@ -1,8 +1,8 @@
 %global with_munin 1
+%{?!enable_gost:      %global enable_gost      1}
 
 # not ready yet
 %{?!with_python:      %global with_python      0}
-%{?!enable_gost:      %global enable_gost      0}
 
 %if %{with_python}
 %{!?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
 Name: unbound
 Version: 1.7.1
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 License: BSD
 Url: http://www.unbound.net/
 Source: http://www.unbound.net/downloads/%{name}-%{version}.tar.gz
@@ -122,7 +122,7 @@ Python modules and extensions for unbound
 %if !%{enable_gost}
             --disable-gost \
 %endif
-            --enable-sha2 --disable-ecdsa \
+            --enable-sha2 \
             --disable-sha1 \
 	    --with-rootkey-file=%{_sharedstatedir}/unbound/root.key
 
@@ -258,6 +258,10 @@ fi
 /sbin/ldconfig
 
 %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
 - update to 1.7.1
 - add pkgconfig file in devel sub package