From b9ddae3b26d82a1c01a9fead5d23cb31edf51344 Mon Sep 17 00:00:00 2001 From: Paul Wouters Date: Thu, 21 Mar 2013 16:07:08 -0400 Subject: [PATCH] * update to 1.4.20 --- .gitignore | 1 + sources | 1 + unbound.spec | 11 +++++++---- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 61e428c..c388427 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ unbound-1.4.5.tar.gz /unbound-1.4.17.tar.gz /unbound-1.4.18.tar.gz /unbound-1.4.19.tar.gz +/unbound-1.4.20.tar.gz diff --git a/sources b/sources index 6d04e1f..cc00c74 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ 39f121e1921c7b5ad2f05a4d756a0487 unbound-1.4.19.tar.gz +1f2d0b490fd7928a708a326beda21948 unbound-1.4.20.tar.gz diff --git a/unbound.spec b/unbound.spec index e304290..ea9739d 100644 --- a/unbound.spec +++ b/unbound.spec @@ -13,8 +13,8 @@ Summary: Validating, recursive, and caching DNS(SEC) resolver Name: unbound -Version: 1.4.19 -Release: 5%{?dist} +Version: 1.4.20 +Release: 1%{?dist} License: BSD Url: http://www.nlnetlabs.nl/unbound/ Source: http://www.unbound.net/downloads/%{name}-%{version}.tar.gz @@ -35,7 +35,7 @@ Source13: root.anchor Source14: unbound.sysconfig Source15: unbound-monthly.cron Source16: unbound-munin.README -Patch1: unbound-1.4.19-888759.patch + Group: System Environment/Daemons BuildRequires: flex, openssl-devel , ldns-devel >= 1.6.13 BuildRequires: libevent-devel expat-devel @@ -110,7 +110,6 @@ Python modules and extensions for unbound %prep %setup -q -%patch1 -p1 -b .888759 %build export LDFLAGS="$LDFLAGS -Wl,-z,now" @@ -274,6 +273,10 @@ exit 0 /bin/systemctl try-restart unbound-keygen.service >/dev/null 2>&1 || : %changelog +* Thu Mar 21 2013 Paul Wouters - 1.4.20-1 +- Updated to 1.4.20 +- Removed patch for rhbz#888759 merged in upstream + * Tue Mar 05 2013 Adam Tkac - 1.4.19-5 - build with full RELRO - symlink unbound-control-setup.8 manpage to unbound-control.8