Browse Source

unbound 1.7.1-3

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

+ 8 - 1
u/unbound/unbound-vl.spec

@@ -14,7 +14,7 @@
 Summary: Validating, recursive, and caching DNS(SEC) resolver
 Name: unbound
 Version: 1.7.1
-Release: 2%{?_dist_release}
+Release: 3%{?_dist_release}
 License: BSD
 Url: http://www.unbound.net/
 Source: http://www.unbound.net/downloads/%{name}-%{version}.tar.gz
@@ -30,6 +30,9 @@ 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)
 BuildRequires: flex
@@ -110,6 +113,7 @@ Python modules and extensions for unbound
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure  --with-libevent --with-pthreads --with-ssl \
@@ -258,6 +262,9 @@ fi
 /sbin/ldconfig
 
 %changelog
+* Thu May 24 2018 IWAI, Masaharu <iwaim.sub@gmail.com> 1.7.1-3
+- Fix mesh state assertion failure due to callback removal. (Patch0)
+
 * Sun May  6 2018 IWAI, Masaharu <iwaim.sub@gmail.com> 1.7.1-2
 - enable ECDSA support
 - enable GOST support