From ff840b581bb7212b19d2d6f80e8cca0e668aba9d Mon Sep 17 00:00:00 2001 From: Paul Wouters Date: Mon, 6 Jun 2011 22:07:26 -0400 Subject: [PATCH] new version of unbound. add #ghost on /var/run file --- .gitignore | 1 + sources | 1 + unbound.spec | 10 ++++++++-- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 182c45b..b6d22b2 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ unbound-1.4.4.tar.gz unbound-1.4.5.tar.gz /unbound-1.4.8.tar.gz /unbound-1.4.9.tar.gz +/unbound-1.4.10.tar.gz diff --git a/sources b/sources index 055e92f..330c75b 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ 7079e75210c656761d3804a9f2ac7b9f unbound-1.4.9.tar.gz +6bbae378db76abfe0bd72c404e484597 unbound-1.4.10.tar.gz diff --git a/unbound.spec b/unbound.spec index 975ae97..65a4320 100644 --- a/unbound.spec +++ b/unbound.spec @@ -8,7 +8,7 @@ Summary: Validating, recursive, and caching DNS(SEC) resolver Name: unbound -Version: 1.4.9 +Version: 1.4.10 Release: 2%{?dist} License: BSD Url: http://www.nlnetlabs.nl/unbound/ @@ -141,7 +141,7 @@ rm -rf ${RPM_BUILD_ROOT} %doc doc/README doc/CREDITS doc/LICENSE doc/FEATURES %attr(0755,root,root) %{_initrddir}/%{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}/dlv.isc.org.key %attr(0644,root,root) %config(noreplace) %{_sysconfdir}/%{name}/root.key @@ -201,6 +201,12 @@ fi %postun libs -p /sbin/ldconfig %changelog +* Mon Jun 06 2011 Paul Wouters - 1.4.10-1 +- Added ghost for /var/run/unbound (bz#656710) + +* Mon Jun 06 2011 Paul Wouters - 1.4.9-3 +- rebuilt + * Wed May 25 2011 Paul Wouters - 1.4.9-2 - Applied patch for CVE-2011-1922 DoS vulnerability