[unbound/f16] * Upgraded to 1.4.13 - Removed merged in pythonmod patch - Added EDNS1480 patch to fix unbound on br

Paul Wouters pwouters at fedoraproject.org
Wed Sep 21 20:45:22 UTC 2011


commit 38f53ead771a230323855d96a7297bf776b28854
Author: Paul Wouters <paul at xelerance.com>
Date:   Wed Sep 21 16:44:50 2011 -0400

    * Upgraded to 1.4.13
    - Removed merged in pythonmod patch
    - Added EDNS1480 patch to fix unbound on broken EDNS/UDP networks
    - Updated unbound.conf with commented out new option tcp-upstream:

 .gitignore   |    1 +
 sources      |    1 +
 unbound.conf |    4 ++++
 unbound.spec |   18 ++++++++++++------
 4 files changed, 18 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 70438c9..9e98762 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,3 +16,4 @@ unbound-1.4.5.tar.gz
 /unbound-1.4.10.tar.gz
 /unbound-1.4.11.tar.gz
 /unbound-1.4.12.tar.gz
+/unbound-1.4.13.tar.gz
diff --git a/sources b/sources
index abbea33..2197728 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,3 @@
 8e9903dd5cba0d3501e24f55b25debbd  unbound-1.4.11.tar.gz
 673a224c76345003fd168448ca12fbb2  unbound-1.4.12.tar.gz
+7e3b27dee2b97640dd2e1783253317ab  unbound-1.4.13.tar.gz
diff --git a/unbound.conf b/unbound.conf
index 5d73c55..ae7e406 100644
--- a/unbound.conf
+++ b/unbound.conf
@@ -153,6 +153,10 @@ server:
 	# Enable TCP, "yes" or "no".
 	# do-tcp: yes
 
+	# upstream connections use TCP only (and no UDP), "yes" or "no"
+	# useful for tunneling scenarios, default no.
+	# tcp-upstream: no
+
 	# Detach from the terminal, run in background, "yes" or "no".
 	# do-daemonize: yes
 
diff --git a/unbound.spec b/unbound.spec
index 32da8e7..7f7472b 100644
--- a/unbound.spec
+++ b/unbound.spec
@@ -1,4 +1,3 @@
-# not ready yet
 %{?!with_python:      %global with_python      1}
 
 %if %{with_python}
@@ -8,8 +7,8 @@
 
 Summary: Validating, recursive, and caching DNS(SEC) resolver
 Name: unbound
-Version: 1.4.12
-Release: 4%{?dist}
+Version: 1.4.13
+Release: 1%{?dist}
 License: BSD
 Url: http://www.nlnetlabs.nl/unbound/
 Source: http://www.unbound.net/downloads/%{name}-%{version}.tar.gz
@@ -22,7 +21,7 @@ Source6: dlv.isc.org.key
 Source7: unbound-keygen.service
 Source8: tmpfiles-unbound.conf
 Patch1: unbound-1.2-glob.patch
-Patch2: unbound-1.4.12-pythonmod.patch
+Patch2: unbound-1.4.13-edns1480.patch
 
 Group: System Environment/Daemons
 BuildRequires: flex, openssl-devel , ldns-devel >= 1.5.0, 
@@ -133,7 +132,7 @@ install -m 0644 %{SOURCE5} %{SOURCE6} %{buildroot}%{_sysconfdir}/unbound/
 # remove static library from install (fedora packaging guidelines)
 rm %{buildroot}%{_libdir}/*.la
 %if %{with_python}
-rm %{buildroot}%{python_sitelib}/*.la
+rm %{buildroot}%{python_sitearch}/*.la
 %endif
 
 mkdir -p %{buildroot}%{_localstatedir}/run/unbound
@@ -153,7 +152,8 @@ mkdir -p %{buildroot}%{_localstatedir}/run/unbound
 
 %if %{with_python}
 %files python
-%{python_sitelib}/*
+%attr(0644,root,root) %{python_sitearch}/*
+%{python_sitearch}/*
 %doc libunbound/python/examples/*
 %doc pythonmod/examples/*
 %endif
@@ -222,6 +222,12 @@ fi
 /bin/systemctl try-restart unbound-keygen.service >/dev/null 2>&1 || :
 
 %changelog
+* Wed Sep 21 2011 Paul Wouters <paul at xelerance.com> - 1.4.13-1
+- Upgraded to 1.4.13
+- Removed merged in pythonmod patch
+- Added EDNS1480 patch to fix unbound on broken EDNS/UDP networks
+- Updated unbound.conf with commented out new option tcp-upstream:
+
 * Wed Sep 14 2011 Tom Callaway <spot at fedoraproject.org> - 1.4.12-4
 - convert to systemd, tmpfiles.d
 


More information about the scm-commits mailing list