[unbound/el6] Added unbound-squelch-tcp.patch

Paul Wouters pwouters at fedoraproject.org
Wed Feb 29 18:08:31 UTC 2012


commit 1b998f739bb965e644dda92e0e3c11f5b7b218d3
Author: Paul Wouters <pwouters at redhat.com>
Date:   Wed Feb 29 13:08:07 2012 -0500

    Added unbound-squelch-tcp.patch

 unbound.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/unbound.spec b/unbound.spec
index ca56dda..651fba1 100644
--- a/unbound.spec
+++ b/unbound.spec
@@ -19,10 +19,12 @@ Source4: unbound_munin_
 Source5: root.key
 Source6: dlv.isc.org.key
 Patch1: unbound-1.2-glob.patch
+Patch2: unbound-squelch-tcp.patch
 Group: System Environment/Daemons
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: flex, openssl-devel , ldns-devel >= 1.6.9, 
 BuildRequires: libevent-devel expat-devel
+Requires: %{name}-libs = %{version}-%{release}
 %if %{with_python}
 BuildRequires:  python-devel swig
 %endif
@@ -89,6 +91,7 @@ Python modules and extensions for unbound
 %prep
 %setup -q 
 %patch1 -p1
+%patch2 -p0
 
 %build
 %configure  --with-ldns= --with-libevent --with-pthreads --with-ssl \
@@ -200,10 +203,11 @@ fi
 %postun libs -p /sbin/ldconfig
 
 %changelog
-* Wed Feb 29 2012 Paul Wouters <pwouters at redhat.com> - 1.4.16-3 
+* Wed Feb 29 2012 Paul Wouters <pwouters at redhat.com> - 1.4.16-2
 - Since the daemon links to the libs staticly, add Requires:
   (this is rhbz#745288)
 - Package up streamtcp as unbound-streamtcp (for monitoring)
+- Patch r2634 applied to squelch tcp errors per default
 
 * Sat Feb 04 2012 Paul Wouters <pwouters at redhat.com> - 1.4.16-1
 - Upgraded to 1.4.16, which was relesed due to the soname bug in 1.4.15


More information about the scm-commits mailing list