|
@@ -13,8 +13,8 @@
|
|
|
|
|
|
Summary: Validating, recursive, and caching DNS(SEC) resolver
|
|
Summary: Validating, recursive, and caching DNS(SEC) resolver
|
|
Name: unbound
|
|
Name: unbound
|
|
-Version: 1.4.22
|
|
+Version: 1.5.1
|
|
-Release: 2%{?_dist_release}
|
|
+Release: 1%{?_dist_release}
|
|
License: BSD
|
|
License: BSD
|
|
Url: http://www.unbound.net/
|
|
Url: http://www.unbound.net/
|
|
Source: http://www.unbound.net/downloads/%{name}-%{version}.tar.gz
|
|
Source: http://www.unbound.net/downloads/%{name}-%{version}.tar.gz
|
|
@@ -29,7 +29,6 @@ Source8: unbound.cron
|
|
Source9: example.com.key
|
|
Source9: example.com.key
|
|
Source10: example.com.conf
|
|
Source10: example.com.conf
|
|
Source11: block-example.com.conf
|
|
Source11: block-example.com.conf
|
|
-Patch0: unbound-1.4.22-IPv6-hints.patch
|
|
|
|
|
|
|
|
Group: System Environment/Daemons
|
|
Group: System Environment/Daemons
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
@@ -112,7 +111,6 @@ Python modules and extensions for unbound
|
|
|
|
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
-%patch0 -p1
|
|
|
|
|
|
|
|
%build
|
|
%build
|
|
%configure --with-ldns= --with-libevent --with-pthreads --with-ssl \
|
|
%configure --with-ldns= --with-libevent --with-pthreads --with-ssl \
|
|
@@ -225,7 +223,7 @@ rm -rf ${RPM_BUILD_ROOT}
|
|
%attr(0644,unbound,unbound) %config(noreplace) %{_sharedstatedir}/%{name}/root.key
|
|
%attr(0644,unbound,unbound) %config(noreplace) %{_sharedstatedir}/%{name}/root.key
|
|
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/%{name}/root.key
|
|
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/%{name}/root.key
|
|
|
|
|
|
-%pre
|
|
+%pre libs
|
|
getent group unbound >/dev/null || groupadd -r unbound
|
|
getent group unbound >/dev/null || groupadd -r unbound
|
|
getent passwd unbound >/dev/null || \
|
|
getent passwd unbound >/dev/null || \
|
|
useradd -r -g unbound -d %{_sysconfdir}/unbound -s /sbin/nologin \
|
|
useradd -r -g unbound -d %{_sysconfdir}/unbound -s /sbin/nologin \
|
|
@@ -259,6 +257,12 @@ fi
|
|
/sbin/ldconfig
|
|
/sbin/ldconfig
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Tue Dec 09 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 1.5.1-1
|
|
|
|
+- update to 1.5.1
|
|
|
|
+
|
|
|
|
+* Tue Jun 17 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 1.4.22-3
|
|
|
|
+- move create user script to libs subpackage
|
|
|
|
+
|
|
* Wed Jun 11 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 1.4.22-2
|
|
* Wed Jun 11 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 1.4.22-2
|
|
- add {B,C}.ROOT-SERVERS.NET. IPv6 address
|
|
- add {B,C}.ROOT-SERVERS.NET. IPv6 address
|
|
|
|
|