* Sun Jul 02 2017 Paul Wouters <pwouters@redhat.com> - 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
This commit is contained in:
Paul Wouters 2017-07-02 13:46:10 +02:00
parent cfe48497cc
commit 82db9e94c2
3 changed files with 13 additions and 3 deletions

1
.gitignore vendored
View File

@ -41,3 +41,4 @@ unbound-1.4.5.tar.gz
/unbound-1.6.2.tar.gz /unbound-1.6.2.tar.gz
/unbound-1.6.3.tar.gz /unbound-1.6.3.tar.gz
/unbound-1.6.4rc2.tar.gz /unbound-1.6.4rc2.tar.gz
/unbound-1.6.4.tar.gz

View File

@ -1 +1 @@
SHA512 (unbound-1.6.4rc2.tar.gz) = 05e8bd6a24042a63866c262fdb62e3829ab5741ca836f7aed10ea4d4eccdcf1a1ae91855845054b3954fcd2f425eb982b496bf4e3fbef4b78fe15660b0cd5b21 SHA512 (unbound-1.6.4.tar.gz) = 1abf50552c97b304884f07372f9fb05f9f30354647cf5299192deac81fa28a41d89d84ee092baef644a6069d0f545d36e7e814c9b8f83f21a7a53572d9a91907

View File

@ -16,12 +16,12 @@
%global _hardened_build 1 %global _hardened_build 1
%global extra_version rc2 #global extra_version rc1
Summary: Validating, recursive, and caching DNS(SEC) resolver Summary: Validating, recursive, and caching DNS(SEC) resolver
Name: unbound Name: unbound
Version: 1.6.4 Version: 1.6.4
Release: 0%{?extra_version:.%{extra_version}}%{?dist} Release: 1%{?extra_version:.%{extra_version}}%{?dist}
License: BSD License: BSD
Url: http://www.nlnetlabs.nl/unbound/ Url: http://www.nlnetlabs.nl/unbound/
Source: http://www.unbound.net/downloads/%{name}-%{version}%{?extra_version}.tar.gz Source: http://www.unbound.net/downloads/%{name}-%{version}%{?extra_version}.tar.gz
@ -43,6 +43,8 @@ Source15: unbound-anchor.timer
Source16: unbound-munin.README Source16: unbound-munin.README
Source17: unbound-anchor.service Source17: unbound-anchor.service
Patch1: unbound-1.6.4-ipsechook-check.patch
Group: System Environment/Daemons Group: System Environment/Daemons
BuildRequires: flex, openssl-devel BuildRequires: flex, openssl-devel
BuildRequires: libevent-devel expat-devel BuildRequires: libevent-devel expat-devel
@ -135,6 +137,9 @@ Python 3 modules and extensions for unbound
%prep %prep
%{?extra_version:%global pkgname %{name}-%{version}%{extra_version}}%{!?extra_version:%global pkgname %{name}-%{version}} %{?extra_version:%global pkgname %{name}-%{version}%{extra_version}}%{!?extra_version:%global pkgname %{name}-%{version}}
%setup -qcn %{pkgname} %setup -qcn %{pkgname}
pushd %{pkgname}
%patch1 -p1
popd
%if 0%{with_python} %if 0%{with_python}
mv %{pkgname} %{pkgname}_python2 mv %{pkgname} %{pkgname}_python2
@ -440,6 +445,10 @@ popd
%changelog %changelog
* Sun Jul 02 2017 Paul Wouters <pwouters@redhat.com> - 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 <pwouters@redhat.com> - 1.6.4-0.rc2 * Thu Jun 22 2017 Paul Wouters <pwouters@redhat.com> - 1.6.4-0.rc2
- Update to 1.6.4 (esubnet, ipsecmod support, bugfixes) - Update to 1.6.4 (esubnet, ipsecmod support, bugfixes)