Browse Source

unbound 1.8.0-1

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

+ 6 - 5
u/unbound/unbound-vl.spec

@@ -13,8 +13,8 @@
 
 Summary: Validating, recursive, and caching DNS(SEC) resolver
 Name: unbound
-Version: 1.7.1
-Release: 3%{?_dist_release}
+Version: 1.8.0
+Release: 1%{?_dist_release}
 License: BSD
 Url: http://www.unbound.net/
 Source: http://www.unbound.net/downloads/%{name}-%{version}.tar.gz
@@ -30,8 +30,6 @@ Source9: example.com.key
 Source10: 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
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -113,7 +111,6 @@ Python modules and extensions for unbound
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %configure  --with-libevent --with-pthreads --with-ssl \
@@ -262,6 +259,10 @@ fi
 /sbin/ldconfig
 
 %changelog
+* Thu Oct  4 2018 IWAI, Masaharu <iwaim.sub@gmail.com> 1.8.0-1
+- update to 1.8.0
+- drop mesh patch (Patch0): upstream fixed
+
 * Thu May 24 2018 IWAI, Masaharu <iwaim.sub@gmail.com> 1.7.1-3
 - Fix mesh state assertion failure due to callback removal. (Patch0)