From 82db9e94c25776d648f351d6df66dbb671726662 Mon Sep 17 00:00:00 2001 From: Paul Wouters Date: Sun, 2 Jul 2017 13:46:10 +0200 Subject: [PATCH] * Sun Jul 02 2017 Paul Wouters - 1.6.4-1 - Updated to 1.6.4 full release, patch to allow missing ipsechook - Resolves rhbz#1465575 unbound fails to start up, complains about missing ipsecmod-hook --- .gitignore | 1 + sources | 2 +- unbound.spec | 13 +++++++++++-- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6032caa..1b3e3ab 100644 --- a/.gitignore +++ b/.gitignore @@ -41,3 +41,4 @@ unbound-1.4.5.tar.gz /unbound-1.6.2.tar.gz /unbound-1.6.3.tar.gz /unbound-1.6.4rc2.tar.gz +/unbound-1.6.4.tar.gz diff --git a/sources b/sources index 9ac2bf1..5d44dd7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (unbound-1.6.4rc2.tar.gz) = 05e8bd6a24042a63866c262fdb62e3829ab5741ca836f7aed10ea4d4eccdcf1a1ae91855845054b3954fcd2f425eb982b496bf4e3fbef4b78fe15660b0cd5b21 +SHA512 (unbound-1.6.4.tar.gz) = 1abf50552c97b304884f07372f9fb05f9f30354647cf5299192deac81fa28a41d89d84ee092baef644a6069d0f545d36e7e814c9b8f83f21a7a53572d9a91907 diff --git a/unbound.spec b/unbound.spec index 82ef14f..c087432 100644 --- a/unbound.spec +++ b/unbound.spec @@ -16,12 +16,12 @@ %global _hardened_build 1 -%global extra_version rc2 +#global extra_version rc1 Summary: Validating, recursive, and caching DNS(SEC) resolver Name: unbound Version: 1.6.4 -Release: 0%{?extra_version:.%{extra_version}}%{?dist} +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 @@ -43,6 +43,8 @@ Source15: unbound-anchor.timer Source16: unbound-munin.README Source17: unbound-anchor.service +Patch1: unbound-1.6.4-ipsechook-check.patch + Group: System Environment/Daemons BuildRequires: flex, openssl-devel BuildRequires: libevent-devel expat-devel @@ -135,6 +137,9 @@ Python 3 modules and extensions for unbound %prep %{?extra_version:%global pkgname %{name}-%{version}%{extra_version}}%{!?extra_version:%global pkgname %{name}-%{version}} %setup -qcn %{pkgname} +pushd %{pkgname} +%patch1 -p1 +popd %if 0%{with_python} mv %{pkgname} %{pkgname}_python2 @@ -440,6 +445,10 @@ popd %changelog +* Sun Jul 02 2017 Paul Wouters - 1.6.4-1 +- Updated to 1.6.4 full release, patch to allow missing ipsechook +- Resolves rhbz#1465575 unbound fails to start up, complains about missing ipsecmod-hook + * Thu Jun 22 2017 Paul Wouters - 1.6.4-0.rc2 - Update to 1.6.4 (esubnet, ipsecmod support, bugfixes)