From 86feacb2f64c0e91d8cf0a9b32382b3f37643c2c Mon Sep 17 00:00:00 2001 From: Paul Wouters Date: Wed, 12 Dec 2012 08:51:45 -0500 Subject: [PATCH] * update to 1.4.19 --- .gitignore | 1 + sources | 3 +-- unbound.spec | 15 +++++---------- 3 files changed, 7 insertions(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index e7afb3e..61e428c 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ unbound-1.4.5.tar.gz /unbound-1.4.16.tar.gz /unbound-1.4.17.tar.gz /unbound-1.4.18.tar.gz +/unbound-1.4.19.tar.gz diff --git a/sources b/sources index 33188b2..6d04e1f 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -812d49064a78c92765970a1364736da7 unbound-1.4.17.tar.gz -2cad65b6a2d08bb6e0210ea92156ca4b unbound-1.4.18.tar.gz +39f121e1921c7b5ad2f05a4d756a0487 unbound-1.4.19.tar.gz diff --git a/unbound.spec b/unbound.spec index 2c1d221..c11f450 100644 --- a/unbound.spec +++ b/unbound.spec @@ -13,8 +13,8 @@ Summary: Validating, recursive, and caching DNS(SEC) resolver Name: unbound -Version: 1.4.18 -Release: 6%{?dist} +Version: 1.4.19 +Release: 2%{?dist} License: BSD Url: http://www.nlnetlabs.nl/unbound/ Source: http://www.unbound.net/downloads/%{name}-%{version}.tar.gz @@ -35,10 +35,6 @@ Source13: root.anchor Source14: unbound.sysconfig Source15: unbound-monthly.cron Source16: unbound-munin.README -Patch1: unbound-1.2-glob.patch -Patch2: unbound-1.4.18-openssl_threads.patch -Patch3: unbound-1.4.18-includeglob.patch -Patch4: unbound-1.4.18-stub-hole.patch Group: System Environment/Daemons BuildRequires: flex, openssl-devel , ldns-devel >= 1.6.13 BuildRequires: libevent-devel expat-devel @@ -113,10 +109,6 @@ Python modules and extensions for unbound %prep %setup -q -%patch1 -p1 -%patch2 -p0 -%patch3 -p1 -%patch4 -p0 %build %configure --with-ldns= --with-libevent --with-pthreads --with-ssl \ @@ -278,6 +270,9 @@ exit 0 /bin/systemctl try-restart unbound-keygen.service >/dev/null 2>&1 || : %changelog +* Wed Dec 12 2012 Paul Wouters - 1.4.19-1 +- Updated to 1.4.19 - this integrates all our patches + * Fri Nov 09 2012 Paul Wouters - 1.4.18-6 - Patch to ensure stube-zone's aren't lost when using dnssec-triggerd - added unbound-munin.README file