new version of unbound. add #ghost on /var/run file
This commit is contained in:
parent
e74f680c47
commit
ff840b581b
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,3 +13,4 @@ unbound-1.4.4.tar.gz
|
|||||||
unbound-1.4.5.tar.gz
|
unbound-1.4.5.tar.gz
|
||||||
/unbound-1.4.8.tar.gz
|
/unbound-1.4.8.tar.gz
|
||||||
/unbound-1.4.9.tar.gz
|
/unbound-1.4.9.tar.gz
|
||||||
|
/unbound-1.4.10.tar.gz
|
||||||
|
1
sources
1
sources
@ -1 +1,2 @@
|
|||||||
7079e75210c656761d3804a9f2ac7b9f unbound-1.4.9.tar.gz
|
7079e75210c656761d3804a9f2ac7b9f unbound-1.4.9.tar.gz
|
||||||
|
6bbae378db76abfe0bd72c404e484597 unbound-1.4.10.tar.gz
|
||||||
|
10
unbound.spec
10
unbound.spec
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
Summary: Validating, recursive, and caching DNS(SEC) resolver
|
Summary: Validating, recursive, and caching DNS(SEC) resolver
|
||||||
Name: unbound
|
Name: unbound
|
||||||
Version: 1.4.9
|
Version: 1.4.10
|
||||||
Release: 2%{?dist}
|
Release: 2%{?dist}
|
||||||
License: BSD
|
License: BSD
|
||||||
Url: http://www.nlnetlabs.nl/unbound/
|
Url: http://www.nlnetlabs.nl/unbound/
|
||||||
@ -141,7 +141,7 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%doc doc/README doc/CREDITS doc/LICENSE doc/FEATURES
|
%doc doc/README doc/CREDITS doc/LICENSE doc/FEATURES
|
||||||
%attr(0755,root,root) %{_initrddir}/%{name}
|
%attr(0755,root,root) %{_initrddir}/%{name}
|
||||||
%attr(0755,root,root) %dir %{_sysconfdir}/%{name}
|
%attr(0755,root,root) %dir %{_sysconfdir}/%{name}
|
||||||
%attr(0755,unbound,unbound) %dir %{_localstatedir}/run/%{name}
|
%ghost %attr(0755,unbound,unbound) %dir %{_localstatedir}/run/%{name}
|
||||||
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/%{name}/unbound.conf
|
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/%{name}/unbound.conf
|
||||||
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/%{name}/dlv.isc.org.key
|
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/%{name}/dlv.isc.org.key
|
||||||
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/%{name}/root.key
|
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/%{name}/root.key
|
||||||
@ -201,6 +201,12 @@ fi
|
|||||||
%postun libs -p /sbin/ldconfig
|
%postun libs -p /sbin/ldconfig
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 06 2011 Paul Wouters <paul@xelerance.com> - 1.4.10-1
|
||||||
|
- Added ghost for /var/run/unbound (bz#656710)
|
||||||
|
|
||||||
|
* Mon Jun 06 2011 Paul Wouters <paul@xelerance.com> - 1.4.9-3
|
||||||
|
- rebuilt
|
||||||
|
|
||||||
* Wed May 25 2011 Paul Wouters <paul@xelerance.com> - 1.4.9-2
|
* Wed May 25 2011 Paul Wouters <paul@xelerance.com> - 1.4.9-2
|
||||||
- Applied patch for CVE-2011-1922 DoS vulnerability
|
- Applied patch for CVE-2011-1922 DoS vulnerability
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user