From eb8bec78f6498f2936fb9d62f59e011798638032 Mon Sep 17 00:00:00 2001 From: Paul Wouters Date: Mon, 13 Jun 2016 11:26:30 -0400 Subject: [PATCH] - Updated to 1.5.9 --- .gitignore | 1 + sources | 2 +- unbound.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9241e5c..21d0ca0 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,4 @@ unbound-1.4.5.tar.gz /unbound-1.5.6.tar.gz /unbound-1.5.7.tar.gz /unbound-1.5.8.tar.gz +/unbound-1.5.9.tar.gz diff --git a/sources b/sources index 146be70..c89575d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1c34282bae0c625b86374ee9caaef6f7 unbound-1.5.8.tar.gz +0cefa62c1690b4db18583db84bff00e3 unbound-1.5.9.tar.gz diff --git a/unbound.spec b/unbound.spec index 080ee3f..0b2e888 100644 --- a/unbound.spec +++ b/unbound.spec @@ -20,8 +20,8 @@ Summary: Validating, recursive, and caching DNS(SEC) resolver Name: unbound -Version: 1.5.8 -Release: 2%{?extra_version:.%{extra_version}}%{?dist} +Version: 1.5.9 +Release: 1%{?extra_version:.%{extra_version}}%{?dist} License: BSD Url: http://www.nlnetlabs.nl/unbound/ Source: http://www.unbound.net/downloads/%{name}-%{version}%{?extra_version}.tar.gz @@ -427,6 +427,9 @@ popd %changelog +* Mon Jun 13 2016 Paul Wouters - 1.5.9-1 +- Updated to 1.5.9 + * Thu Apr 21 2016 Toshio Kuratomi - 1.5.8-2 - Fix streamtcp to link against libpython3.x instead of libpython2.x