Browse Source

unbound 1.4.22-2

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

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

@@ -14,7 +14,7 @@
 Summary: Validating, recursive, and caching DNS(SEC) resolver
 Name: unbound
 Version: 1.4.22
-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
@@ -29,6 +29,7 @@ Source8: unbound.cron
 Source9: example.com.key
 Source10: example.com.conf
 Source11: block-example.com.conf
+Patch0: unbound-1.4.22-IPv6-hints.patch
 
 Group: System Environment/Daemons
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -110,7 +111,8 @@ Python modules and extensions for unbound
 %endif
 
 %prep
-%setup -q 
+%setup -q
+%patch0 -p1
 
 %build
 %configure  --with-ldns= --with-libevent --with-pthreads --with-ssl \
@@ -257,6 +259,9 @@ fi
 /sbin/ldconfig
 
 %changelog
+* Wed Jun 11 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 1.4.22-2
+- add {B,C}.ROOT-SERVERS.NET. IPv6 address
+
 * Wed Apr 16 2014 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.22-1
 - update to 1.4.22
 - move root.key to /var/lib/unbound