2018-04-09 07:58:43 +00:00
|
|
|
%{?!with_python2: %global with_python2 1}
|
2015-04-16 14:18:59 +00:00
|
|
|
%{?!with_python3: %global with_python3 1}
|
|
|
|
%{?!with_munin: %global with_munin 1}
|
|
|
|
|
2018-04-09 07:58:43 +00:00
|
|
|
%global _hardened_build 1
|
|
|
|
|
2018-09-05 16:21:45 +00:00
|
|
|
#%%global extra_version rc1
|
2018-04-09 07:58:43 +00:00
|
|
|
|
|
|
|
%if 0%{with_python2}
|
|
|
|
%global python_primary %{__python2}
|
2019-08-05 20:07:17 +00:00
|
|
|
%endif
|
2018-04-09 07:58:43 +00:00
|
|
|
|
|
|
|
%if 0%{with_python3}
|
|
|
|
%global python_primary %{__python3}
|
2019-08-05 20:07:17 +00:00
|
|
|
%endif
|
2018-04-09 07:58:43 +00:00
|
|
|
|
|
|
|
%if 0%{?rhel}
|
|
|
|
%global with_munin 0
|
|
|
|
|
|
|
|
%if 0%{?with_python2} && 0%{?rhel} <= 6
|
2015-04-16 14:18:59 +00:00
|
|
|
# needed just for EPEL
|
|
|
|
%{!?__python2: %global __python2 /usr/bin/python2}
|
|
|
|
%{!?python2_sitelib: %global python2_sitelib %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
|
|
|
|
%{!?python2_sitearch: %global python2_sitearch %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
|
2019-08-05 20:07:17 +00:00
|
|
|
%endif
|
2009-06-21 04:23:10 +00:00
|
|
|
|
2018-04-09 07:58:43 +00:00
|
|
|
%if 0%{?rhel} <= 7
|
|
|
|
%global with_python3 0
|
|
|
|
%else
|
|
|
|
%global with_python2 0
|
2019-08-05 20:07:17 +00:00
|
|
|
%endif
|
|
|
|
%endif
|
2014-11-28 17:35:08 +00:00
|
|
|
|
2008-10-31 22:29:15 +00:00
|
|
|
Summary: Validating, recursive, and caching DNS(SEC) resolver
|
|
|
|
Name: unbound
|
2018-12-12 03:05:14 +00:00
|
|
|
Version: 1.8.3
|
2019-08-15 17:23:32 +00:00
|
|
|
Release: 7%{?extra_version:.%{extra_version}}%{?dist}
|
2008-10-31 22:29:15 +00:00
|
|
|
License: BSD
|
2017-09-06 18:46:25 +00:00
|
|
|
Url: https://www.unbound.net/
|
|
|
|
Source: https://www.unbound.net/downloads/%{name}-%{version}%{?extra_version}.tar.gz
|
2011-09-14 20:20:56 +00:00
|
|
|
Source1: unbound.service
|
2008-10-31 22:29:15 +00:00
|
|
|
Source2: unbound.conf
|
2008-11-15 06:45:37 +00:00
|
|
|
Source3: unbound.munin
|
2011-01-26 01:56:16 +00:00
|
|
|
Source4: unbound_munin_
|
|
|
|
Source5: root.key
|
2011-09-14 20:20:56 +00:00
|
|
|
Source7: unbound-keygen.service
|
|
|
|
Source8: tmpfiles-unbound.conf
|
2012-09-26 16:38:51 +00:00
|
|
|
Source9: example.com.key
|
|
|
|
Source10: example.com.conf
|
|
|
|
Source11: block-example.com.conf
|
2017-10-03 14:10:51 +00:00
|
|
|
Source12: https://data.iana.org/root-anchors/icannbundle.pem
|
2012-11-03 16:59:54 +00:00
|
|
|
Source13: root.anchor
|
|
|
|
Source14: unbound.sysconfig
|
2015-04-27 11:44:47 +00:00
|
|
|
Source15: unbound-anchor.timer
|
2012-11-10 17:03:14 +00:00
|
|
|
Source16: unbound-munin.README
|
2015-04-27 11:44:47 +00:00
|
|
|
Source17: unbound-anchor.service
|
2013-03-21 20:07:08 +00:00
|
|
|
|
2018-12-12 17:41:37 +00:00
|
|
|
Patch1: unbound-1.8.3-dns64-again.patch
|
|
|
|
|
2018-03-26 09:45:42 +00:00
|
|
|
BuildRequires: gcc, make
|
2014-03-14 01:44:08 +00:00
|
|
|
BuildRequires: flex, openssl-devel
|
2011-01-26 01:56:16 +00:00
|
|
|
BuildRequires: libevent-devel expat-devel
|
2016-09-27 23:26:26 +00:00
|
|
|
BuildRequires: pkgconfig
|
2018-04-09 07:58:43 +00:00
|
|
|
%if 0%{with_python2}
|
2015-04-16 14:18:59 +00:00
|
|
|
BuildRequires: python2-devel swig
|
2019-08-05 20:07:17 +00:00
|
|
|
%endif
|
2015-04-16 14:18:59 +00:00
|
|
|
%if 0%{with_python3}
|
2018-04-09 07:58:43 +00:00
|
|
|
BuildRequires: python3-devel swig
|
2019-08-05 20:07:17 +00:00
|
|
|
%endif
|
2019-06-26 08:16:46 +00:00
|
|
|
BuildRequires: systemd-rpm-macros
|
2012-08-23 18:40:49 +00:00
|
|
|
# Required for SVN versions
|
|
|
|
# BuildRequires: bison
|
2015-07-14 02:45:42 +00:00
|
|
|
# BuildRequires: automake autoconf libtool
|
2010-03-01 16:22:27 +00:00
|
|
|
|
2012-02-28 02:19:58 +00:00
|
|
|
# Needed because /usr/sbin/unbound links unbound libs staticly
|
2012-11-03 21:33:45 +00:00
|
|
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
2008-10-31 22:29:15 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
Unbound is a validating, recursive, and caching DNS(SEC) resolver.
|
|
|
|
|
|
|
|
The C implementation of Unbound is developed and maintained by NLnet
|
|
|
|
Labs. It is based on ideas and algorithms taken from a java prototype
|
|
|
|
developed by Verisign labs, Nominet, Kirei and ep.net.
|
|
|
|
|
|
|
|
Unbound is designed as a set of modular components, so that also
|
|
|
|
DNSSEC (secure DNS) validation and stub-resolvers (that do not run
|
|
|
|
as a server, but are linked into an application) are easily possible.
|
|
|
|
|
2013-04-11 16:02:00 +00:00
|
|
|
%if %{with_munin}
|
2008-11-15 06:45:37 +00:00
|
|
|
%package munin
|
|
|
|
Summary: Plugin for the munin / munin-node monitoring package
|
|
|
|
Requires: munin-node
|
2009-01-14 14:57:11 +00:00
|
|
|
Requires: %{name} = %{version}-%{release}, bc
|
2012-11-03 21:33:45 +00:00
|
|
|
BuildArch: noarch
|
2008-11-15 06:45:37 +00:00
|
|
|
|
|
|
|
%description munin
|
|
|
|
Plugin for the munin / munin-node monitoring package
|
2012-06-15 12:37:47 +00:00
|
|
|
%endif
|
2008-11-15 06:45:37 +00:00
|
|
|
|
2008-10-31 22:29:15 +00:00
|
|
|
%package devel
|
|
|
|
Summary: Development package that includes the unbound header files
|
2014-03-14 01:44:08 +00:00
|
|
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}, openssl-devel
|
2016-09-27 23:26:26 +00:00
|
|
|
Requires: pkgconfig
|
2008-10-31 22:29:15 +00:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
The devel package contains the unbound library and the include files
|
|
|
|
|
|
|
|
%package libs
|
|
|
|
Summary: Libraries used by the unbound server and client applications
|
2015-05-11 16:56:15 +00:00
|
|
|
Requires(pre): shadow-utils
|
2008-10-31 22:29:15 +00:00
|
|
|
|
|
|
|
%description libs
|
|
|
|
Contains libraries used by the unbound server and client applications
|
|
|
|
|
2018-04-09 07:58:43 +00:00
|
|
|
%if 0%{with_python2}
|
2017-12-17 17:47:15 +00:00
|
|
|
%package -n python2-unbound
|
|
|
|
%{?python_provide:%python_provide python2-unbound}
|
2015-04-16 14:18:59 +00:00
|
|
|
Summary: Python 2 modules and extensions for unbound
|
2012-11-03 21:33:45 +00:00
|
|
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
2015-04-16 14:18:59 +00:00
|
|
|
Provides: unbound-python = %{version}-%{release}
|
|
|
|
Obsoletes: unbound-python < %{version}-%{release}
|
|
|
|
|
2017-12-17 17:47:15 +00:00
|
|
|
%description -n python2-unbound
|
2015-04-16 14:18:59 +00:00
|
|
|
Python 2 modules and extensions for unbound
|
2019-08-05 20:07:17 +00:00
|
|
|
%endif
|
2015-04-16 14:18:59 +00:00
|
|
|
|
|
|
|
%if 0%{with_python3}
|
|
|
|
%package -n python3-unbound
|
|
|
|
Summary: Python 3 modules and extensions for unbound
|
|
|
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
%description -n python3-unbound
|
|
|
|
Python 3 modules and extensions for unbound
|
2019-08-05 20:07:17 +00:00
|
|
|
%endif
|
2009-06-21 04:14:54 +00:00
|
|
|
|
|
|
|
|
2008-10-31 22:29:15 +00:00
|
|
|
%prep
|
2018-04-09 14:13:03 +00:00
|
|
|
%global pkgname %{name}-%{version}%{?extra_version}
|
|
|
|
|
|
|
|
%if 0%{with_python2} && 0%{with_python3}
|
|
|
|
%global dir_primary %{pkgname}_python3
|
|
|
|
%global python_primary %{__python3}
|
|
|
|
%global dir_secondary %{pkgname}_python2
|
|
|
|
%global python_secondary %{__python2}
|
|
|
|
%else
|
|
|
|
%global dir_primary %{pkgname}
|
2019-08-05 20:07:17 +00:00
|
|
|
%endif
|
2018-04-09 14:13:03 +00:00
|
|
|
|
2015-04-16 14:18:59 +00:00
|
|
|
%setup -qcn %{pkgname}
|
|
|
|
|
2016-11-04 05:02:18 +00:00
|
|
|
pushd %{pkgname}
|
2018-12-12 17:41:37 +00:00
|
|
|
%patch1
|
2018-06-11 20:49:15 +00:00
|
|
|
|
2015-07-14 02:45:42 +00:00
|
|
|
# only for snapshots
|
|
|
|
# autoreconf -iv
|
2015-04-16 14:18:59 +00:00
|
|
|
|
|
|
|
# copy common doc files - after here, since it may be patched
|
|
|
|
cp -pr doc pythonmod libunbound ../
|
|
|
|
popd
|
|
|
|
|
2018-04-09 07:58:43 +00:00
|
|
|
%if 0%{with_python2} && 0%{with_python3}
|
|
|
|
mv %{pkgname} %{dir_primary}
|
|
|
|
cp -a %{dir_primary} %{dir_secondary}
|
|
|
|
%endif
|
2008-10-31 22:29:15 +00:00
|
|
|
|
|
|
|
%build
|
2014-09-24 12:41:09 +00:00
|
|
|
# This is needed to rebuild the configure script to support Python 3.x
|
2015-04-16 14:18:59 +00:00
|
|
|
# autoreconf -iv
|
|
|
|
|
|
|
|
# ./configure script common arguments
|
|
|
|
%global configure_args --with-libevent --with-pthreads --with-ssl \\\
|
|
|
|
--disable-rpath --disable-static \\\
|
2018-02-21 18:11:48 +00:00
|
|
|
--enable-relro-now --enable-pie \\\
|
2017-06-22 20:34:47 +00:00
|
|
|
--enable-subnet --enable-ipsecmod \\\
|
2015-04-16 14:18:59 +00:00
|
|
|
--with-conf-file=%{_sysconfdir}/%{name}/unbound.conf \\\
|
|
|
|
--with-pidfile=%{_localstatedir}/run/%{name}/%{name}.pid \\\
|
|
|
|
--enable-sha2 --disable-gost --enable-ecdsa \\\
|
2013-05-25 17:45:48 +00:00
|
|
|
--with-rootkey-file=%{_sharedstatedir}/unbound/root.key
|
2012-09-26 22:08:08 +00:00
|
|
|
|
2018-04-09 07:58:43 +00:00
|
|
|
pushd %{dir_primary}
|
2015-04-16 14:18:59 +00:00
|
|
|
|
|
|
|
%configure \
|
2018-04-09 07:58:43 +00:00
|
|
|
%if 0%{?python_primary:1}
|
|
|
|
--with-pythonmodule --with-pyunbound PYTHON=%{python_primary} \
|
2019-08-05 20:07:17 +00:00
|
|
|
%endif
|
2015-04-16 14:18:59 +00:00
|
|
|
%{configure_args}
|
|
|
|
|
2010-02-24 23:01:53 +00:00
|
|
|
%{__make} %{?_smp_mflags}
|
2016-11-04 05:02:18 +00:00
|
|
|
%{__make} %{?_smp_mflags} streamtcp
|
2008-10-31 22:29:15 +00:00
|
|
|
|
2015-04-16 14:18:59 +00:00
|
|
|
popd
|
|
|
|
|
2018-04-09 07:58:43 +00:00
|
|
|
%if 0%{?python_secondary:1}
|
|
|
|
pushd %{dir_secondary}
|
2015-04-16 14:18:59 +00:00
|
|
|
%configure \
|
2018-04-09 07:58:43 +00:00
|
|
|
--with-pythonmodule --with-pyunbound PYTHON=%{python_secondary} \
|
2015-04-16 14:18:59 +00:00
|
|
|
%{configure_args}
|
|
|
|
|
|
|
|
%{__make} %{?_smp_mflags}
|
|
|
|
popd
|
2019-08-05 20:07:17 +00:00
|
|
|
%endif
|
2015-04-16 14:18:59 +00:00
|
|
|
|
|
|
|
|
2008-10-31 22:29:15 +00:00
|
|
|
%install
|
2016-11-04 05:02:18 +00:00
|
|
|
install -p -m 0644 %{SOURCE16} .
|
2015-04-16 14:18:59 +00:00
|
|
|
|
2018-04-09 07:58:43 +00:00
|
|
|
%if 0%{?python_secondary:1}
|
2018-04-09 09:26:06 +00:00
|
|
|
# install first secondary build. It will be overwritten by primary
|
2018-04-09 07:58:43 +00:00
|
|
|
pushd %{dir_secondary}
|
2017-03-22 16:39:38 +00:00
|
|
|
%{__make} DESTDIR=%{buildroot} unbound-event-install install
|
2018-04-09 09:26:06 +00:00
|
|
|
popd
|
2019-08-05 20:07:17 +00:00
|
|
|
%endif
|
2018-04-09 09:26:06 +00:00
|
|
|
|
|
|
|
pushd %{dir_primary}
|
|
|
|
%{__make} DESTDIR=%{buildroot} unbound-event-install install
|
2016-04-21 23:53:58 +00:00
|
|
|
install -m 0755 streamtcp %{buildroot}%{_sbindir}/unbound-streamtcp
|
2015-09-03 17:56:57 +00:00
|
|
|
popd
|
|
|
|
|
2015-04-13 10:50:34 +00:00
|
|
|
install -d -m 0755 %{buildroot}%{_unitdir} %{buildroot}%{_sysconfdir}/sysconfig
|
2013-04-12 23:57:45 +00:00
|
|
|
install -p -m 0644 %{SOURCE1} %{buildroot}%{_unitdir}/unbound.service
|
|
|
|
install -p -m 0644 %{SOURCE7} %{buildroot}%{_unitdir}/unbound-keygen.service
|
2015-04-27 11:44:47 +00:00
|
|
|
install -p -m 0644 %{SOURCE15} %{buildroot}%{_unitdir}/unbound-anchor.timer
|
|
|
|
install -p -m 0644 %{SOURCE17} %{buildroot}%{_unitdir}/unbound-anchor.service
|
2013-04-12 23:57:45 +00:00
|
|
|
install -p -m 0755 %{SOURCE2} %{buildroot}%{_sysconfdir}/unbound
|
|
|
|
install -p -m 0644 %{SOURCE12} %{buildroot}%{_sysconfdir}/unbound
|
2015-04-27 11:44:47 +00:00
|
|
|
install -p -m 0644 %{SOURCE14} %{buildroot}%{_sysconfdir}/sysconfig/unbound
|
2013-04-11 16:02:00 +00:00
|
|
|
%if %{with_munin}
|
2008-11-19 23:11:51 +00:00
|
|
|
# Install munin plugin and its softlinks
|
2015-04-13 10:50:34 +00:00
|
|
|
install -d -m 0755 %{buildroot}%{_sysconfdir}/munin/plugin-conf.d
|
2012-11-03 16:59:54 +00:00
|
|
|
install -p -m 0644 %{SOURCE3} %{buildroot}%{_sysconfdir}/munin/plugin-conf.d/unbound
|
2015-04-13 10:50:34 +00:00
|
|
|
install -d -m 0755 %{buildroot}%{_datadir}/munin/plugins/
|
2013-04-12 23:57:45 +00:00
|
|
|
install -p -m 0755 %{SOURCE4} %{buildroot}%{_datadir}/munin/plugins/unbound
|
2008-11-19 23:11:51 +00:00
|
|
|
for plugin in unbound_munin_hits unbound_munin_queue unbound_munin_memory unbound_munin_by_type unbound_munin_by_class unbound_munin_by_opcode unbound_munin_by_rcode unbound_munin_by_flags unbound_munin_histogram; do
|
|
|
|
ln -s unbound %{buildroot}%{_datadir}/munin/plugins/$plugin
|
2012-06-15 12:37:47 +00:00
|
|
|
done
|
|
|
|
%endif
|
2008-10-31 22:29:15 +00:00
|
|
|
|
2018-04-09 07:58:43 +00:00
|
|
|
pushd %{dir_primary}
|
2013-07-22 07:27:32 +00:00
|
|
|
# install streamtcp man page
|
|
|
|
install -m 0644 testcode/streamtcp.1 %{buildroot}/%{_mandir}/man1/unbound-streamtcp.1
|
2016-09-27 23:26:26 +00:00
|
|
|
install -D -m 0644 contrib/libunbound.pc %{buildroot}/%{_libdir}/pkgconfig/libunbound.pc
|
2015-04-16 14:18:59 +00:00
|
|
|
popd
|
|
|
|
|
2011-09-14 20:20:56 +00:00
|
|
|
# Install tmpfiles.d config
|
2014-12-10 04:29:13 +00:00
|
|
|
install -d -m 0755 %{buildroot}%{_tmpfilesdir} %{buildroot}%{_sharedstatedir}/unbound
|
|
|
|
install -m 0644 %{SOURCE8} %{buildroot}%{_tmpfilesdir}/unbound.conf
|
2011-09-14 20:20:56 +00:00
|
|
|
|
2017-01-18 17:04:34 +00:00
|
|
|
# install root - we keep a copy of the root key in old location,
|
2013-04-08 15:04:39 +00:00
|
|
|
# in case user has changed the configuration and we wouldn't update it there
|
2017-01-18 17:41:19 +00:00
|
|
|
install -m 0644 %{SOURCE5} %{buildroot}%{_sysconfdir}/unbound/
|
2013-05-25 17:45:48 +00:00
|
|
|
install -m 0644 %{SOURCE13} %{buildroot}%{_sharedstatedir}/unbound/root.key
|
2010-02-23 20:32:08 +00:00
|
|
|
|
2008-10-31 22:29:15 +00:00
|
|
|
# remove static library from install (fedora packaging guidelines)
|
2011-01-26 01:56:16 +00:00
|
|
|
rm %{buildroot}%{_libdir}/*.la
|
2015-04-16 14:18:59 +00:00
|
|
|
|
2016-09-27 23:26:26 +00:00
|
|
|
|
2018-04-09 07:58:43 +00:00
|
|
|
%if 0%{with_python2}
|
2015-04-16 14:18:59 +00:00
|
|
|
rm %{buildroot}%{python2_sitearch}/*.la
|
2019-08-05 20:07:17 +00:00
|
|
|
%endif
|
2015-04-16 14:18:59 +00:00
|
|
|
|
|
|
|
%if 0%{with_python3}
|
|
|
|
rm %{buildroot}%{python3_sitearch}/*.la
|
2019-08-05 20:07:17 +00:00
|
|
|
%endif
|
2008-10-31 22:29:15 +00:00
|
|
|
|
2012-07-23 17:37:51 +00:00
|
|
|
# create softlink for all functions of libunbound man pages
|
|
|
|
for mpage in ub_ctx ub_result ub_ctx_create ub_ctx_delete ub_ctx_set_option ub_ctx_get_option ub_ctx_config ub_ctx_set_fwd ub_ctx_resolvconf ub_ctx_hosts ub_ctx_add_ta ub_ctx_add_ta_file ub_ctx_trustedkeys ub_ctx_debugout ub_ctx_debuglevel ub_ctx_async ub_poll ub_wait ub_fd ub_process ub_resolve ub_resolve_async ub_cancel ub_resolve_free ub_strerror ub_ctx_print_local_zones ub_ctx_zone_add ub_ctx_zone_remove ub_ctx_data_add ub_ctx_data_remove;
|
|
|
|
do
|
|
|
|
echo ".so man3/libunbound.3" > %{buildroot}%{_mandir}/man3/$mpage ;
|
|
|
|
done
|
|
|
|
|
2008-10-31 22:29:15 +00:00
|
|
|
mkdir -p %{buildroot}%{_localstatedir}/run/unbound
|
|
|
|
|
2012-09-26 16:38:51 +00:00
|
|
|
# Install directories for easier config file drop in
|
|
|
|
|
|
|
|
mkdir -p %{buildroot}%{_sysconfdir}/unbound/{keys.d,conf.d,local.d}
|
|
|
|
install -p %{SOURCE9} %{buildroot}%{_sysconfdir}/unbound/keys.d/
|
|
|
|
install -p %{SOURCE10} %{buildroot}%{_sysconfdir}/unbound/conf.d/
|
|
|
|
install -p %{SOURCE11} %{buildroot}%{_sysconfdir}/unbound/local.d/
|
|
|
|
|
2013-04-11 16:02:00 +00:00
|
|
|
# Link unbound-control-setup.8 manpage to unbound-control.8
|
|
|
|
echo ".so man8/unbound-control.8" > %{buildroot}/%{_mandir}/man8/unbound-control-setup.8
|
2013-03-05 15:24:17 +00:00
|
|
|
|
2015-04-16 14:18:59 +00:00
|
|
|
|
|
|
|
%pre libs
|
|
|
|
getent group unbound >/dev/null || groupadd -r unbound
|
|
|
|
getent passwd unbound >/dev/null || \
|
|
|
|
useradd -r -g unbound -d %{_sysconfdir}/unbound -s /sbin/nologin \
|
|
|
|
-c "Unbound DNS resolver" unbound
|
|
|
|
|
|
|
|
%post
|
|
|
|
%systemd_post unbound.service
|
|
|
|
%systemd_post unbound-keygen.service
|
|
|
|
|
|
|
|
%post libs
|
2018-07-09 19:32:12 +00:00
|
|
|
%{?ldconfig}
|
2015-04-27 11:44:47 +00:00
|
|
|
%systemd_post unbound-anchor.timer
|
2015-07-16 11:44:16 +00:00
|
|
|
# start the timer only if installing the package to prevent starting it, if it was stopped on purpose
|
|
|
|
if [ "$1" -eq 1 ]; then
|
|
|
|
# the Unit is in presets, but would be started after reboot
|
|
|
|
/bin/systemctl start unbound-anchor.timer >/dev/null 2>&1 || :
|
|
|
|
fi
|
2015-04-16 14:18:59 +00:00
|
|
|
|
|
|
|
%preun
|
|
|
|
%systemd_preun unbound.service
|
|
|
|
%systemd_preun unbound-keygen.service
|
|
|
|
|
2015-04-27 11:44:47 +00:00
|
|
|
%preun libs
|
|
|
|
%systemd_preun unbound-anchor.timer
|
|
|
|
|
2015-04-16 14:18:59 +00:00
|
|
|
%postun
|
|
|
|
%systemd_postun_with_restart unbound.service
|
|
|
|
%systemd_postun unbound-keygen.service
|
|
|
|
|
2015-04-27 11:44:47 +00:00
|
|
|
%postun libs
|
2018-07-09 19:32:12 +00:00
|
|
|
%{?ldconfig}
|
2015-04-27 11:44:47 +00:00
|
|
|
%systemd_postun_with_restart unbound-anchor.timer
|
2015-04-16 14:18:59 +00:00
|
|
|
|
2013-10-21 09:58:51 +00:00
|
|
|
%check
|
2018-04-09 07:58:43 +00:00
|
|
|
pushd %{dir_primary}
|
2015-04-16 14:18:59 +00:00
|
|
|
#pushd pythonmod
|
|
|
|
#make test
|
|
|
|
#popd
|
|
|
|
|
2013-10-21 09:58:51 +00:00
|
|
|
make check
|
|
|
|
|
2015-04-16 14:18:59 +00:00
|
|
|
popd
|
|
|
|
|
2018-04-09 07:58:43 +00:00
|
|
|
%if 0%{?python_secondary:1}
|
|
|
|
pushd %{dir_secondary}
|
2015-04-16 14:18:59 +00:00
|
|
|
#pushd pythonmod
|
|
|
|
#make test
|
|
|
|
#popd
|
|
|
|
make check
|
|
|
|
popd
|
2019-08-05 20:07:17 +00:00
|
|
|
%endif
|
2015-04-16 14:18:59 +00:00
|
|
|
|
|
|
|
|
2015-10-07 15:04:36 +00:00
|
|
|
%files
|
2015-04-16 14:18:59 +00:00
|
|
|
%doc doc/CREDITS doc/FEATURES
|
2011-09-14 20:20:56 +00:00
|
|
|
%{_unitdir}/%{name}.service
|
|
|
|
%{_unitdir}/%{name}-keygen.service
|
2012-02-28 02:03:08 +00:00
|
|
|
%attr(0755,unbound,unbound) %dir %{_localstatedir}/run/%{name}
|
2014-12-09 20:56:24 +00:00
|
|
|
%attr(0644,root,root) %{_tmpfilesdir}/unbound.conf
|
2008-11-19 23:11:51 +00:00
|
|
|
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/%{name}/unbound.conf
|
2012-11-03 16:59:54 +00:00
|
|
|
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/sysconfig/%{name}
|
2013-04-11 16:02:00 +00:00
|
|
|
%dir %attr(0755,root,unbound) %{_sysconfdir}/%{name}/keys.d
|
2018-02-21 10:24:27 +00:00
|
|
|
%attr(0644,root,unbound) %config(noreplace) %{_sysconfdir}/%{name}/keys.d/*.key
|
2013-04-11 16:02:00 +00:00
|
|
|
%dir %attr(0755,root,unbound) %{_sysconfdir}/%{name}/conf.d
|
2018-02-21 10:24:27 +00:00
|
|
|
%attr(0644,root,unbound) %config(noreplace) %{_sysconfdir}/%{name}/conf.d/*.conf
|
2013-04-11 16:02:00 +00:00
|
|
|
%dir %attr(0755,root,unbound) %{_sysconfdir}/%{name}/local.d
|
2018-02-21 10:24:27 +00:00
|
|
|
%attr(0644,root,unbound) %config(noreplace) %{_sysconfdir}/%{name}/local.d/*.conf
|
2018-07-18 09:21:49 +00:00
|
|
|
%ghost %attr(0640,root,unbound) %{_sysconfdir}/%{name}/unbound_control.pem
|
|
|
|
%ghost %attr(0640,root,unbound) %{_sysconfdir}/%{name}/unbound_control.key
|
|
|
|
%ghost %attr(0640,root,unbound) %{_sysconfdir}/%{name}/unbound_server.pem
|
|
|
|
%ghost %attr(0640,root,unbound) %{_sysconfdir}/%{name}/unbound_server.key
|
2012-11-03 22:55:14 +00:00
|
|
|
%{_sbindir}/unbound
|
|
|
|
%{_sbindir}/unbound-checkconf
|
|
|
|
%{_sbindir}/unbound-control
|
|
|
|
%{_sbindir}/unbound-control-setup
|
|
|
|
%{_sbindir}/unbound-host
|
|
|
|
%{_sbindir}/unbound-streamtcp
|
2012-07-23 17:37:51 +00:00
|
|
|
%{_mandir}/man1/*
|
|
|
|
%{_mandir}/man5/*
|
2015-05-13 11:17:43 +00:00
|
|
|
%exclude %{_mandir}/man8/unbound-anchor*
|
2012-07-23 17:37:51 +00:00
|
|
|
%{_mandir}/man8/*
|
2008-10-31 22:29:15 +00:00
|
|
|
|
2018-04-09 07:58:43 +00:00
|
|
|
%if 0%{with_python2}
|
2017-12-17 17:47:15 +00:00
|
|
|
%files -n python2-unbound
|
2015-04-16 14:18:59 +00:00
|
|
|
%license pythonmod/LICENSE
|
|
|
|
%{python2_sitearch}/*
|
2011-08-08 22:39:54 +00:00
|
|
|
%doc libunbound/python/examples/*
|
|
|
|
%doc pythonmod/examples/*
|
2009-06-21 04:14:54 +00:00
|
|
|
%endif
|
|
|
|
|
2015-04-16 14:18:59 +00:00
|
|
|
%if 0%{with_python3}
|
|
|
|
%files -n python3-unbound
|
|
|
|
%license pythonmod/LICENSE
|
|
|
|
%{python3_sitearch}/*
|
|
|
|
%doc libunbound/python/examples/*
|
|
|
|
%doc pythonmod/examples/*
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%if 0%{with_munin}
|
2008-11-15 06:45:37 +00:00
|
|
|
%files munin
|
2015-04-16 14:18:59 +00:00
|
|
|
%doc unbound-munin.README
|
2008-11-15 06:50:03 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/munin/plugin-conf.d/unbound
|
2008-11-19 23:11:51 +00:00
|
|
|
%{_datadir}/munin/plugins/unbound*
|
2012-06-15 12:37:47 +00:00
|
|
|
%endif
|
2008-11-15 06:45:37 +00:00
|
|
|
|
2008-10-31 22:29:15 +00:00
|
|
|
%files devel
|
|
|
|
%{_libdir}/libunbound.so
|
|
|
|
%{_includedir}/unbound.h
|
2017-03-22 02:19:44 +00:00
|
|
|
%{_includedir}/unbound-event.h
|
2012-07-23 17:37:51 +00:00
|
|
|
%{_mandir}/man3/*
|
2016-09-27 23:26:26 +00:00
|
|
|
%{_libdir}/pkgconfig/*.pc
|
2008-10-31 22:29:15 +00:00
|
|
|
|
|
|
|
%files libs
|
2015-04-16 14:18:59 +00:00
|
|
|
%doc doc/README
|
|
|
|
%license doc/LICENSE
|
2013-04-11 16:02:00 +00:00
|
|
|
%attr(0755,root,root) %dir %{_sysconfdir}/%{name}
|
2012-11-03 22:55:14 +00:00
|
|
|
%{_sbindir}/unbound-anchor
|
2008-10-31 22:29:15 +00:00
|
|
|
%{_libdir}/libunbound.so.*
|
2015-05-13 11:17:43 +00:00
|
|
|
%{_mandir}/man8/unbound-anchor*
|
2012-11-03 16:59:54 +00:00
|
|
|
%{_sysconfdir}/%{name}/icannbundle.pem
|
2015-04-27 11:44:47 +00:00
|
|
|
%{_unitdir}/unbound-anchor.timer
|
|
|
|
%{_unitdir}/unbound-anchor.service
|
2013-04-17 01:30:41 +00:00
|
|
|
%dir %attr(0755,unbound,unbound) %{_sharedstatedir}/%{name}
|
2017-08-16 18:02:44 +00:00
|
|
|
%attr(0644,unbound,unbound) %config %{_sharedstatedir}/%{name}/root.key
|
2013-04-11 16:02:00 +00:00
|
|
|
# just left for backwards compat with user changed unbound.conf files - format is different!
|
2017-08-16 18:02:44 +00:00
|
|
|
%attr(0644,root,root) %config %{_sysconfdir}/%{name}/root.key
|
2011-09-14 20:20:56 +00:00
|
|
|
|
2008-10-31 22:29:15 +00:00
|
|
|
%changelog
|
2019-08-15 17:23:32 +00:00
|
|
|
* Thu Aug 15 2019 Miro Hrončok <mhroncok@redhat.com> - 1.8.3-7
|
|
|
|
- Rebuilt for Python 3.8
|
|
|
|
|
2019-06-26 08:16:46 +00:00
|
|
|
* Mon Aug 5 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.8.3-6
|
|
|
|
- Drop install-time requirements on systemd (#1723777)
|
|
|
|
|
2019-07-27 02:27:21 +00:00
|
|
|
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.3-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-02-03 10:46:32 +00:00
|
|
|
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.3-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2019-01-11 15:27:06 +00:00
|
|
|
* Fri Jan 11 2019 Paul Wouters <pwouters@redhat.com> - 1.8.3-3
|
|
|
|
- Remove KSK-2010 from configs - it has been revoked
|
|
|
|
|
2018-12-12 17:41:37 +00:00
|
|
|
* Wed Dec 12 2018 Paul Wouters <pwouters@redhat.com> - 1.8.3-2
|
|
|
|
- Another dns64 fixup
|
|
|
|
|
2018-12-12 03:05:14 +00:00
|
|
|
* Wed Dec 12 2018 Paul Wouters <pwouters@redhat.com> - 1.8.3-1
|
|
|
|
- Updated to 1.8.3 with fixes the dns64 bug and has some other minor fixes
|
|
|
|
|
2018-12-10 20:05:40 +00:00
|
|
|
* Mon Dec 10 2018 Paul Wouters <pwouters@redhat.com> - 1.8.2-2
|
|
|
|
- Fix dns64 allocation in wrong region for returned internal queries.
|
|
|
|
|
2018-12-04 18:58:11 +00:00
|
|
|
* Tue Dec 04 2018 Paul Wouters <pwouters@redhat.com> - 1.8.2-1
|
|
|
|
- Updated to 1.8.2.
|
|
|
|
- Enabled deny ANY query support and edns-tcp-keepalive
|
|
|
|
- Set serve-stale timeout to 4h
|
|
|
|
- Updated unbound.conf for latest options
|
|
|
|
|
2018-10-22 14:16:09 +00:00
|
|
|
* Mon Oct 22 2018 Petr Menšík <pemensik@redhat.com> - 1.8.1-2
|
|
|
|
- Allow group by default to unbound-control (#1640259)
|
|
|
|
|
2018-10-08 16:30:41 +00:00
|
|
|
* Mon Oct 08 2018 Petr Menšík <pemensik@redhat.com> - 1.8.1-1
|
|
|
|
- Update to 1.8.1
|
|
|
|
|
2018-10-01 17:23:54 +00:00
|
|
|
* Mon Oct 01 2018 Petr Menšík <pemensik@redhat.com> - 1.8.0-2
|
|
|
|
- Skip ipv6 forwarders without ipv6 support (#1633874)
|
|
|
|
|
2018-09-19 20:41:32 +00:00
|
|
|
* Wed Sep 19 2018 Petr Menšík <pemensik@redhat.com> - 1.8.0-1
|
|
|
|
- Rebase to 1.8.0
|
|
|
|
|
2018-08-14 01:36:37 +00:00
|
|
|
* Tue Aug 14 2018 Paul Wouters <pwouters@redhat.com> - 1.7.3-9
|
|
|
|
- Fix for restarting unbound service after deleting key/pem files for remote control
|
|
|
|
|
2018-07-31 13:49:56 +00:00
|
|
|
* Tue Jul 31 2018 Petr Menšík <pemensik@redhat.com> - 1.7.3-8
|
|
|
|
- Release memory in unbound-host
|
|
|
|
|
2018-07-23 16:33:13 +00:00
|
|
|
* Mon Jul 23 2018 Petr Menšík <pemensik@redhat.com> - 1.7.3-7
|
|
|
|
- Remove unused Group tag
|
|
|
|
|
2018-07-18 09:21:49 +00:00
|
|
|
* Wed Jul 18 2018 Petr Menšík <pemensik@redhat.com> - 1.7.3-6
|
|
|
|
- Cleanup generated client and server keys (#1601773)
|
|
|
|
|
2018-07-14 08:12:44 +00:00
|
|
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.3-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-07-09 19:32:12 +00:00
|
|
|
* Mon Jul 09 2018 Petr Menšík <pemensik@redhat.com> - 1.7.3-4
|
|
|
|
- Do not call ldconfig if possible
|
|
|
|
|
2018-07-04 10:38:44 +00:00
|
|
|
* Wed Jul 04 2018 Petr Menšík <pemensik@redhat.com> - 1.7.3-3
|
|
|
|
- Update trust anchors also behind firewall (#1598078)
|
|
|
|
|
2018-07-02 16:24:21 +00:00
|
|
|
* Mon Jul 02 2018 Miro Hrončok <mhroncok@redhat.com> - 1.7.3-2
|
|
|
|
- Rebuilt for Python 3.7
|
|
|
|
|
2018-06-27 09:33:18 +00:00
|
|
|
* Wed Jun 27 2018 Petr Menšík <pemensik@redhat.com> - 1.7.3-1
|
|
|
|
- Update to 1.7.3 (#1593708)
|
|
|
|
|
2018-06-27 09:10:36 +00:00
|
|
|
* Wed Jun 27 2018 Petr Menšík <pemensik@redhat.com> - 1.7.2-3
|
|
|
|
- Remove last python2 dependency from python3 build
|
|
|
|
|
2018-06-19 09:29:56 +00:00
|
|
|
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 1.7.2-2
|
|
|
|
- Rebuilt for Python 3.7
|
|
|
|
|
2018-06-11 20:49:15 +00:00
|
|
|
* Mon Jun 11 2018 Paul Wouters <pwouters@redhat.com> - 1.7.2-1
|
|
|
|
- Resolves rhbz#1589807 unbound-1.7.2 is available
|
|
|
|
- Add patch to fix stub/forward zone not returning ServFail when TTL expires
|
|
|
|
- Enabled the new root-key-sentinel option
|
|
|
|
|
2018-05-30 19:08:03 +00:00
|
|
|
* Wed May 30 2018 Petr Menšík <pemensik@redhat.com> - 1.7.1-1
|
|
|
|
- Update to 1.7.1 (#1574495)
|
|
|
|
|
2018-03-26 09:45:42 +00:00
|
|
|
* Mon Apr 09 2018 Petr Menšík <pemensik@redhat.com> - 1.7.0-5
|
|
|
|
- Require gcc and make on build
|
|
|
|
- Remove group, simplify systemd requires
|
2018-04-09 09:26:06 +00:00
|
|
|
- Simplify building with single python version, make python3 primary
|
2018-03-26 09:45:42 +00:00
|
|
|
|
2018-04-09 09:10:41 +00:00
|
|
|
* Mon Apr 09 2018 Paul Wouters <pwouters@redhat.com> - 1.7.0-4
|
|
|
|
- Patch for prefetching after flushing cache
|
|
|
|
|
2018-04-06 15:01:26 +00:00
|
|
|
* Fri Apr 06 2018 Paul Wouters <pwouters@redhat.com> - 1.7.0-3
|
|
|
|
- Patch for referral with auth-zone: response
|
|
|
|
|
2018-03-26 09:45:42 +00:00
|
|
|
|
2018-03-21 22:01:22 +00:00
|
|
|
* Wed Mar 21 2018 Paul Wouters <pwouters@redhat.com> - 1.7.0-2
|
|
|
|
- Patch for broken Aggressive NSEC + stub-zone configuration causing NXDOMAIN at TTL expiry
|
|
|
|
|
2018-03-15 21:56:52 +00:00
|
|
|
* Thu Mar 15 2018 Paul Wouters <pwouters@redhat.com> - 1.7.0-1
|
|
|
|
- Updated to 1.7.0 (aggressive nsec, local root support, bugfixes)
|
|
|
|
|
2018-02-22 09:58:45 +00:00
|
|
|
* Thu Feb 22 2018 Petr Menšík <pemensik@redhat.com> - 1.6.8-6
|
|
|
|
- Uncomment again original max-upd-size
|
|
|
|
|
2018-02-21 18:55:03 +00:00
|
|
|
* Wed Feb 21 2018 Petr Menšík <pemensik@redhat.com> - 1.6.8-5
|
|
|
|
- Use default RPM build flags and configure parameters (#1539097)
|
|
|
|
|
2018-02-21 10:24:27 +00:00
|
|
|
* Wed Feb 21 2018 Petr Menšík <pemensik@redhat.com> - 1.6.8-4
|
|
|
|
- Remove group writable bit from some config files (#1528445)
|
|
|
|
|
2018-02-14 23:55:14 +00:00
|
|
|
* Wed Feb 14 2018 Filipe Rosset <rosset.filipe@gmail.com> - 1.6.8-3
|
|
|
|
- rebuilt due new libevent 2.1.8
|
|
|
|
|
2018-02-09 08:06:27 +00:00
|
|
|
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.6.8-2
|
|
|
|
- Escape macros in %%changelog
|
|
|
|
|
2018-01-22 19:26:50 +00:00
|
|
|
* Mon Jan 22 2018 Paul Wouters <pwouters@redhat.com> - 1.6.8-1
|
|
|
|
- Resolves rhbz#1483572 unbound-1.6.8 is available
|
|
|
|
- Resolves rhbz#1507049 CVE-2017-15105 unbound: Improper validation of wildcard synthesized NSEC records
|
|
|
|
- Resolves rhbz#1536518 CVE-2017-15105 unbound: Improper validation of wildcard synthesized NSEC records [fedora-all]
|
|
|
|
|
2017-12-17 17:47:15 +00:00
|
|
|
* Sun Dec 17 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.6.7-2
|
|
|
|
- Python 2 binary package renamed to python2-unbound
|
|
|
|
See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
|
|
|
|
|
2017-10-12 04:49:47 +00:00
|
|
|
* Thu Oct 12 2017 Paul Wouters <pwouters@redhat.com> - 1.6.7-1
|
|
|
|
- Updated to 1.6.7 (minor bugfixes)
|
|
|
|
|
2017-10-03 14:10:51 +00:00
|
|
|
* Tue Oct 03 2017 Petr Menšík <pemensik@redhat.com> - 1.6.6-3
|
|
|
|
- Update icannbundle.pem
|
|
|
|
|
2017-10-02 20:52:53 +00:00
|
|
|
* Mon Oct 02 2017 Paul Wouters <pwouters@redhat.com> - 1.6.6-2
|
|
|
|
- Enable RFC 8145 Trust Anchor Signaling to help the root zone get keytag statistics
|
|
|
|
|
2017-09-22 16:46:45 +00:00
|
|
|
* Fri Sep 22 2017 Paul Wouters <pwouters@redhat.com> - 1.6.6-1
|
|
|
|
- Resolves: rhbz#1483572 unbound-1.6.6 is available
|
|
|
|
- Resolves: rhbz#1465575 unbound fails to start up, complains about missing ipsecmod-hook (edit)
|
|
|
|
|
2017-08-16 18:02:44 +00:00
|
|
|
* Wed Aug 16 2017 Paul Wouters <pwouters@redhat.com> - 1.6.4-4
|
|
|
|
- Rebuilt with KSK2017 added to root.key and root.anchor
|
|
|
|
- Remove noreplace for root key files. We can only improve these files over local copies
|
|
|
|
|
2017-08-03 09:46:08 +00:00
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.4-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-27 20:57:58 +00:00
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-07-02 11:46:10 +00:00
|
|
|
* 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
|
|
|
|
|
2017-06-22 20:34:47 +00:00
|
|
|
* Thu Jun 22 2017 Paul Wouters <pwouters@redhat.com> - 1.6.4-0.rc2
|
|
|
|
- Update to 1.6.4 (esubnet, ipsecmod support, bugfixes)
|
|
|
|
|
2017-06-13 18:20:12 +00:00
|
|
|
* Tue Jun 13 2017 Paul Wouters <pwouters@redhat.com> - 1.6.3-1
|
|
|
|
- Updated to 1.6.3 (fixes assertion failure when receiving malformed packet with 0x20 enabled)
|
|
|
|
|
2017-06-08 19:43:51 +00:00
|
|
|
* Thu Jun 08 2017 Paul Wouters <pwouters@redhat.com> - 1.6.2-2
|
|
|
|
- Patch for cmd: unbound-control set_option val-permissive-mode: yes
|
|
|
|
|
2017-04-27 01:46:09 +00:00
|
|
|
* Wed Apr 26 2017 Paul Wouters <pwouters@redhat.com> - 1.6.2-1
|
|
|
|
- Update to 1.6.2 (rhbz#1425649)
|
|
|
|
- Updated unbound.conf with new options
|
|
|
|
|
2017-03-22 02:19:44 +00:00
|
|
|
* Wed Mar 22 2017 Paul Wouters <pwouters@redhat.com> - 1.6.0-6
|
|
|
|
- Call make unbound-event-install to install unbound-event.h
|
|
|
|
|
2017-02-11 16:42:20 +00:00
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.0-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2017-01-18 17:04:34 +00:00
|
|
|
* Wed Jan 18 2017 Paul Wouters <pwouters@redhat.com> - 1.6.0-4
|
|
|
|
- Remove obsoleted DLV key
|
|
|
|
|
2017-01-02 22:24:43 +00:00
|
|
|
* Mon Jan 02 2017 Paul Wouters <pwouters@redhat.com> - 1.6.0-3
|
|
|
|
- Actually remove dependency because minimum is always satisfied
|
|
|
|
|
2017-01-02 19:30:14 +00:00
|
|
|
* Mon Jan 02 2017 Paul Wouters <pwouters@redhat.com> - 1.6.0-2
|
|
|
|
- Depend on openssl-libs, not opensl
|
|
|
|
|
2016-12-21 19:15:01 +00:00
|
|
|
* Wed Dec 21 2016 Kevin Fenzi <kevin@scrye.com> - 1.6.0-1
|
|
|
|
- Update to 1.6.0
|
|
|
|
|
2016-12-19 17:20:38 +00:00
|
|
|
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 1.5.10-3
|
|
|
|
- Rebuild for Python 3.6
|
|
|
|
|
2016-11-04 05:02:18 +00:00
|
|
|
* Wed Oct 26 2016 Ilya Evseev <evseev.i@cdnnow.ru> - 1.5.10-2
|
|
|
|
- Bugfix building without python2 and python3
|
|
|
|
- Fixup streamtcp build (Paul)
|
|
|
|
|
2016-09-27 23:26:26 +00:00
|
|
|
* Tue Sep 27 2016 Paul Wouters <pwouters@redhat.com> - 1.5.10-1
|
|
|
|
- Updated to 1.5.10 (better TCP handling, bugfixes)
|
|
|
|
- Install pkgconfig file in -devel package
|
|
|
|
- Updated unbound.conf
|
|
|
|
|
2016-07-19 13:04:34 +00:00
|
|
|
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.9-4
|
|
|
|
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
|
|
|
|
2016-07-07 16:22:06 +00:00
|
|
|
* Thu Jul 07 2016 Paul Wouters <pwouters@redhat.com> - 1.5.9-3
|
|
|
|
- Fix upper port range to 60999 because that's what selinux allows
|
|
|
|
|
2016-06-16 13:21:46 +00:00
|
|
|
* Thu Jun 16 2016 Paul Wouters <pwouters@redhat.com> - 1.5.9-2
|
|
|
|
- Patch for allowing more queries before failure (needed for query minimalization)
|
|
|
|
|
2016-06-13 15:26:30 +00:00
|
|
|
* Mon Jun 13 2016 Paul Wouters <pwouters@redhat.com> - 1.5.9-1
|
|
|
|
- Updated to 1.5.9
|
|
|
|
|
2016-04-21 23:53:58 +00:00
|
|
|
* Thu Apr 21 2016 Toshio Kuratomi <toshio@fedoraproject.org> - 1.5.8-2
|
|
|
|
- Fix streamtcp to link against libpython3.x instead of libpython2.x
|
|
|
|
|
2016-03-02 17:35:36 +00:00
|
|
|
* Wed Mar 02 2016 Paul Wouters <pwouters@redhat.com> - 1.5.8-1
|
2016-03-02 17:39:04 +00:00
|
|
|
- Update to 1.5.8 (rhbz#1313831) which incorporates rhbz#1294339 patch
|
2016-03-02 17:35:36 +00:00
|
|
|
- Updated unbound.conf with new upstream options
|
|
|
|
- Enabled ip-transparent: yes (see rhbz#1291449)
|
|
|
|
|
2016-02-05 02:19:55 +00:00
|
|
|
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.7-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2016-01-21 11:33:39 +00:00
|
|
|
* Thu Jan 21 2016 Tomas Hozza <thozza@redhat.com> - 1.5.7-2
|
|
|
|
- Fix escaping of shell chars in unbound-control-setup (#1294339)
|
|
|
|
|
2015-12-11 15:06:07 +00:00
|
|
|
* Fri Dec 11 2015 Paul Wouters <pwouters@redhat.com> - 1.5.7-1
|
|
|
|
- Update to 1.5.7
|
|
|
|
- Enable query minimalization for enhanced DNS query privacy
|
|
|
|
- Enable nxdomain hardening to assist with query minimalization and SBLs
|
|
|
|
- Updated default unbound.conf for new features from upstream.
|
|
|
|
|
2015-11-13 14:20:08 +00:00
|
|
|
* Fri Nov 13 2015 Tomas Hozza <thozza@redhat.com> - 1.5.6-1
|
|
|
|
- Update to 1.5.6 (#1176729)
|
|
|
|
|
2015-11-04 11:56:16 +00:00
|
|
|
* Wed Nov 04 2015 Robert Kuska <rkuska@redhat.com> - 1.5.5-2
|
|
|
|
- Rebuilt for Python3.5 rebuild
|
|
|
|
|
2015-10-07 15:04:36 +00:00
|
|
|
* Wed Oct 07 2015 Tomas Hozza <thozza@redhat.com> - 1.5.5-1
|
|
|
|
- New upstream release 1.5.5 (#1269137)
|
|
|
|
- Removed the anchor update from %%post section of -libs subpackage (#1269137#c2)
|
|
|
|
|
2015-09-15 12:44:53 +00:00
|
|
|
* Tue Sep 15 2015 Tomas Hozza <thozza@redhat.com> - 1.5.4-5
|
|
|
|
- Removed dependency and ordering on unbound-anchor.service in unbound.service
|
|
|
|
|
2015-09-03 17:56:57 +00:00
|
|
|
* Thu Sep 03 2015 Tomas Hozza <thozza@redhat.com> - 1.5.4-4
|
|
|
|
- Prefer Python3 build over Python2 build for now (#1254566)
|
|
|
|
|
2015-07-20 12:36:58 +00:00
|
|
|
* Mon Jul 20 2015 Tomas Hozza <thozza@redhat.com> - 1.5.4-3
|
|
|
|
- Added ExecReload section to unbound.service (#1195785)
|
2015-07-20 12:38:36 +00:00
|
|
|
- Removed After syslog.target since it is not needed any more
|
2015-07-20 12:36:58 +00:00
|
|
|
|
2015-07-16 11:44:16 +00:00
|
|
|
* Thu Jul 16 2015 Tomas Hozza <thozza@redhat.com> - 1.5.4-2
|
|
|
|
- Start unbound-anchor.timer only on new installations
|
2018-02-09 08:06:27 +00:00
|
|
|
- Rename root.anchor to root.key in %%post section
|
2015-07-16 11:44:16 +00:00
|
|
|
|
2015-07-14 02:45:42 +00:00
|
|
|
* Tue Jul 14 2015 Paul Wouters <pwouters@redhat.com> - 1.5.4-1
|
|
|
|
- Update to 1.5.4
|
|
|
|
- Removed patches merged into upstream
|
|
|
|
|
2015-06-16 19:53:11 +00:00
|
|
|
* Tue Jun 16 2015 Tomas Hozza <thozza@redhat.com> - 1.5.3-8
|
|
|
|
- Revert: Use low maximum negative cache TTL (5 sec) (#1229596)
|
|
|
|
|
2015-06-15 17:20:46 +00:00
|
|
|
* Mon Jun 15 2015 Tomas Hozza <thozza@redhat.com> - 1.5.3-7
|
|
|
|
- Add option for maximum negative cache TTL (#1229599)
|
2015-06-16 19:53:11 +00:00
|
|
|
- Use low maximum negative cache TTL (5 sec) (#1229596)
|
2015-06-15 17:20:46 +00:00
|
|
|
|
2015-05-26 11:02:06 +00:00
|
|
|
* Tue May 26 2015 Tomas Hozza <thozza@redhat.com> - 1.5.3-6
|
|
|
|
- Removed usage of DLV from the default configuration (#1223363)
|
|
|
|
|
2015-05-13 11:17:43 +00:00
|
|
|
* Wed May 13 2015 Tomas Hozza <thozza@redhat.com> - 1.5.3-5
|
|
|
|
- unbound.service now Wants unbound-anchor.timer
|
|
|
|
- unbound-anchor man page moved to the unbound-libs
|
|
|
|
|
2015-05-11 16:56:15 +00:00
|
|
|
* Mon May 11 2015 Paul Wouters <pwouters@redhat.com> - 1.5.3-4
|
|
|
|
- Fixup scriptlets causing systemctl: command not found
|
|
|
|
- Resolves rhbz#1219587 Error in PREIN scriptlet in rpm package unbound-libs
|
|
|
|
|
2015-04-27 11:44:47 +00:00
|
|
|
* Mon Apr 27 2015 Tomas Hozza <thozza@redhat.com> - 1.5.3-3
|
|
|
|
- migrate cronjob to systemd timer unit (#1177285)
|
|
|
|
- change the period for unbound-anchor from monthly to daily (#1180267)
|
|
|
|
- Thanks to Tomasz Torcz <ttorcz@fedoraproject.org> for the initial patch
|
|
|
|
|
2015-04-16 14:18:59 +00:00
|
|
|
* Thu Apr 16 2015 Tomas Hozza <thozza@redhat.com> - 1.5.3-2
|
|
|
|
- Fix FTBFS (#1206129)
|
|
|
|
- Build python3-unbound and python-unbound bindings for Python 3 and 2 (#1188080)
|
|
|
|
|
2015-03-16 16:18:28 +00:00
|
|
|
* Mon Mar 16 2015 Paul Wouters <pwouters@redhat.com> - 1.5.3-1
|
|
|
|
- Updated to 1.5.3 which is a bugfix on 1.5.2 for sighup handling
|
|
|
|
- Updated to 1.5.2 which fixes DNSSEC validation with different
|
|
|
|
trust anchors upstream, local-zone has a new keyword 'inform'
|
|
|
|
|
2015-02-02 15:28:06 +00:00
|
|
|
* Mon Feb 02 2015 Paul Wouters <pwouters@redhat.com> - 1.5.1-4
|
|
|
|
- Build with --enable-ecdsa
|
|
|
|
|
2015-02-01 23:23:25 +00:00
|
|
|
* Sun Feb 01 2015 Paul Wouters <pwouters@redhat.com> - 1.5.1-3
|
|
|
|
- Fix post to create root.anchor, not root.key, to match cron job
|
|
|
|
|
2014-12-09 20:58:42 +00:00
|
|
|
* Tue Dec 09 2014 Paul Wouters <pwouters@redhat.com> - 1.5.1-2
|
|
|
|
- Change systemd-units to systemd
|
|
|
|
- Use _tmpfilesdir macro, don't mark tmpfiles as config
|
|
|
|
|
2014-12-09 04:34:41 +00:00
|
|
|
* Tue Dec 09 2014 Paul Wouters <pwouters@redhat.com> - 1.5.1-1
|
2014-12-09 15:55:58 +00:00
|
|
|
- Update to 1.5.1 for CVE-2014-8602 (rhbz#1172066)
|
2014-12-09 04:34:41 +00:00
|
|
|
- Removed unbound-aarch64.patch which was merged upstream
|
2014-12-09 20:56:24 +00:00
|
|
|
- Don't require autotools for non snapshots or run autoreconf
|
2014-12-09 04:34:41 +00:00
|
|
|
|
2014-11-28 17:35:08 +00:00
|
|
|
* Fri Nov 28 2014 Tomas Hozza <thozza@redhat.com> - 1.5.1-0.1.rc1
|
|
|
|
- update to 1.5.1rc1
|
|
|
|
|
2014-11-28 13:39:55 +00:00
|
|
|
* Fri Nov 28 2014 Marcin Juszkiewicz <mjuszkiewicz@redhat.com> - 1.5.0-3
|
|
|
|
- fix build on aarch64
|
|
|
|
|
2014-11-26 13:20:31 +00:00
|
|
|
* Wed Nov 26 2014 Tomas Hozza <thozza@redhat.com> - 1.5.0-2
|
|
|
|
- Fix race condition in arc4random (#1166878)
|
|
|
|
|
2014-11-19 16:41:10 +00:00
|
|
|
* Wed Nov 19 2014 Tomas Hozza <thozza@redhat.com> - 1.5.0-1
|
|
|
|
- update to 1.5.0
|
|
|
|
|
2014-09-24 12:41:09 +00:00
|
|
|
* Wed Sep 24 2014 Pavel Šimerda <psimerda@redhat.com> - 1.4.22-6
|
|
|
|
- Resolves: #1115489 - build with python 3.x for fedora >= 22
|
|
|
|
|
2014-08-21 17:54:02 +00:00
|
|
|
* Thu Aug 21 2014 Kevin Fenzi <kevin@scrye.com> - 1.4.22-5
|
|
|
|
- Rebuild for rpm bug 1131960
|
|
|
|
|
2014-08-18 06:53:47 +00:00
|
|
|
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.22-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-06-08 02:44:54 +00:00
|
|
|
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.22-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-05-01 14:12:56 +00:00
|
|
|
* Thu May 01 2014 Paul Wouters <pwouters@redhat.com> - 1.4.22-2
|
|
|
|
- Added flushcache patch (SVN commit 3125)
|
|
|
|
|
2014-03-14 01:44:08 +00:00
|
|
|
* Thu Mar 13 2014 Paul Wouters <pwouters@redhat.com> - 1.4.22-1
|
|
|
|
- Updated to 1.4.22
|
|
|
|
- No longer requires the ldns library
|
|
|
|
|
2014-01-16 18:57:06 +00:00
|
|
|
* Thu Jan 16 2014 Tomas Hozza <thozza@redhat.com> - 1.4.21-3
|
|
|
|
- Fix segfault on adding insecure forward zone when using only iterator (#1054192)
|
|
|
|
|
2013-10-21 09:58:51 +00:00
|
|
|
* Mon Oct 21 2013 Tomas Hozza <thozza@redhat.com> - 1.4.21-2
|
|
|
|
- run test suite during the build
|
|
|
|
|
2013-09-19 14:21:30 +00:00
|
|
|
* Thu Sep 19 2013 Paul Wouters <pwouters@redhat.com> - 1.4.21-1
|
|
|
|
- Updated to 1.4.21,
|
|
|
|
- Enabled new max-udp-size: 3072 (so ANY isc.org won't fit)
|
|
|
|
- Removed patched merged in by upstream
|
|
|
|
- Enable statistics-cumulative for munin-plugin
|
2013-09-19 14:25:20 +00:00
|
|
|
- Added outgoing-port-avoid: 0-32767 conformant to SElinux restrictions
|
2013-09-19 14:21:30 +00:00
|
|
|
- Updated unbound.conf
|
|
|
|
|
2013-08-26 13:50:38 +00:00
|
|
|
* Mon Aug 26 2013 Tomas Hozza <thozza@redhat.com> - 1.4.20-19
|
|
|
|
- Fix errors found by static analysis of source
|
|
|
|
|
2013-08-12 15:56:28 +00:00
|
|
|
* Mon Aug 12 2013 Paul Wouters <pwouters@redhat.com> - 1.4.20-18
|
2013-08-12 15:55:20 +00:00
|
|
|
- Change unbound.conf to only use ephemeral ports (32768-65535)
|
|
|
|
|
2013-08-04 05:32:18 +00:00
|
|
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.20-17
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-07-22 07:27:32 +00:00
|
|
|
* Mon Jul 22 2013 Tomas Hozza <thozza@redhat.com> - 1.4.20-16
|
|
|
|
- provide man page for unbound-streamtcp
|
|
|
|
|
2013-07-08 19:53:04 +00:00
|
|
|
* Mon Jul 08 2013 Paul Wouters <pwouters@redhat.com> - 1.4.20-15
|
|
|
|
- Re-introduce hardening flags for full relro and pie
|
|
|
|
- Fixes compilation failure for python module
|
|
|
|
|
2013-07-03 13:21:19 +00:00
|
|
|
* Wed Jul 03 2013 Tomas Hozza <thozza@redhat.com> - 1.4.20-14
|
|
|
|
- remove missing unbound-rootkey.service from post/preun/postun sections
|
2013-07-08 19:53:04 +00:00
|
|
|
- don't hardcode hardening flags, let hardened build macro handles it
|
2013-07-03 13:21:19 +00:00
|
|
|
|
2013-06-01 03:53:15 +00:00
|
|
|
* Sat Jun 01 2013 Paul Wouters <pwouters@redhat.com> - 1.4.20-13
|
|
|
|
- Run unbound-anchor as user unbound in unbound.service
|
|
|
|
|
2013-05-28 22:14:20 +00:00
|
|
|
* Tue May 28 2013 Paul Wouters <pwouters@redhat.com> - 1.4.20-12
|
2013-05-28 21:25:51 +00:00
|
|
|
- Enable round-robin (with noths() patch)
|
2013-05-28 21:51:51 +00:00
|
|
|
- Change cron and systemd service to use root.key, not root.anchor
|
2013-05-28 21:25:51 +00:00
|
|
|
|
2013-05-25 17:45:48 +00:00
|
|
|
* Sat May 25 2013 Paul Wouters <pwouters@redhat.com> - 1.4.20-10
|
|
|
|
- Use /var/lib/unbound/root.key (more consistent with other distros)
|
2013-05-24 20:42:52 +00:00
|
|
|
- Enable minimal responses
|
|
|
|
|
2013-04-22 15:51:40 +00:00
|
|
|
* Mon Apr 22 2013 Paul Wouters <pwouters@redhat.com> - 1.4.20-8
|
|
|
|
- Refix
|
|
|
|
|
2013-04-19 15:40:58 +00:00
|
|
|
* Fri Apr 19 2013 Paul Wouters <pwouters@redhat.com> - 1.4.20-7
|
|
|
|
- Fix runuser call in post.
|
|
|
|
|
2013-04-17 01:30:41 +00:00
|
|
|
* Tue Apr 16 2013 Paul Wouters <pwouters@redhat.com> - 1.4.20-6
|
|
|
|
- /var/lib/unbound should be owned by unbound. group write is not enough
|
|
|
|
|
2013-04-12 23:39:09 +00:00
|
|
|
* Fri Apr 12 2013 Paul Wouters <pwouters@redhat.com> - 1.4.20-5
|
|
|
|
- Fix cron job syntax (rhbz#951725)
|
2013-04-12 23:57:45 +00:00
|
|
|
- Use install -p to prevent .rpmnew files that are identical to originals
|
2013-04-12 23:39:09 +00:00
|
|
|
|
2013-04-11 16:02:00 +00:00
|
|
|
* Mon Apr 8 2013 Paul Wouters <pwouters@redhat.com> - 1.4.20-4
|
2013-03-21 20:07:08 +00:00
|
|
|
- Updated to 1.4.20
|
2013-04-11 16:02:00 +00:00
|
|
|
- Build with full RELRO (not use -z,relro but with -z,relo,-z,now)
|
|
|
|
- Fixup man page for unbound-control-setup
|
|
|
|
- unbound.service should start before nss-lookup.target (rhbz#919955)
|
2013-03-21 20:07:08 +00:00
|
|
|
- Removed patch for rhbz#888759 merged in upstream
|
2013-04-11 16:02:00 +00:00
|
|
|
- Move root.anchor to /var/lib/unbound to make selinux policy easier for updating (rhbz#896599/rhbz#891008)
|
2013-04-08 15:59:58 +00:00
|
|
|
- Move cronjob for root.anchor from unbound to unbound-libs, require crontabs
|
2013-04-11 16:02:00 +00:00
|
|
|
- /etc/unbound (and all) should be owned by unbound-libs (rhbz#909691)
|
|
|
|
- Remove Obsolete/Provides for dnssec-conf which was last seen in f13
|
|
|
|
- Ensure any unbound-anchor failure in post is ignored
|
2013-03-21 20:07:08 +00:00
|
|
|
|
2013-03-05 15:24:17 +00:00
|
|
|
* Tue Mar 05 2013 Adam Tkac <atkac redhat com> - 1.4.19-5
|
|
|
|
- build with full RELRO
|
|
|
|
- symlink unbound-control-setup.8 manpage to unbound-control.8
|
|
|
|
|
2013-02-15 02:26:05 +00:00
|
|
|
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.19-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-12-20 20:24:06 +00:00
|
|
|
* Wed Dec 12 2012 Paul Wouters <pwouters@redhat.com> - 1.4.19-3
|
2012-12-20 18:36:24 +00:00
|
|
|
- Updated to 1.4.19 - this integrates all existing patches
|
|
|
|
- Patch for unbound-anchor (rhbz#888759)
|
2012-12-12 13:51:45 +00:00
|
|
|
|
2012-11-10 22:03:02 +00:00
|
|
|
* Fri Nov 09 2012 Paul Wouters <pwouters@redhat.com> - 1.4.18-6
|
|
|
|
- Patch to ensure stube-zone's aren't lost when using dnssec-triggerd
|
|
|
|
- added unbound-munin.README file
|
|
|
|
|
|
|
|
* Wed Sep 26 2012 Paul Wouters <pwouters@redhat.com> - 1.4.18-5
|
2012-09-26 16:38:51 +00:00
|
|
|
- Patch to allow wildcards in include: statements
|
|
|
|
- Add directories /etc/unbound/keys.d,conf.d,local.d with
|
|
|
|
example entries
|
2012-11-03 16:59:54 +00:00
|
|
|
- Added /etc/unbound/root.anchor, maintained by unbound-anchor
|
|
|
|
which is installed as monthly cron and PreExec in systemd config
|
|
|
|
(root.key is unused, but left installed in case people depend on it)
|
|
|
|
- Native systemd (simple) and /etc/sysconfig/unbound support
|
|
|
|
- Run unbound-checkconf in PreExec
|
|
|
|
- Moved trust anchor related files to unbound-libs, as they can
|
|
|
|
be used without the daemon.
|
2012-11-03 21:33:45 +00:00
|
|
|
- sub packages now depends on base package of same arch
|
|
|
|
- Build munin package as noarch
|
2012-11-03 22:55:14 +00:00
|
|
|
- unbound-anchor moved to unbound-libs package. It is needed
|
|
|
|
to update the root.anchor key file.
|
2012-09-26 16:38:51 +00:00
|
|
|
|
2012-09-04 18:14:02 +00:00
|
|
|
* Tue Sep 04 2012 Paul Wouters <pwouters@redhat.com> - 1.4.18-3
|
|
|
|
- Fix openssl thread locking bug under high query load
|
|
|
|
|
2012-08-23 18:40:49 +00:00
|
|
|
* Thu Aug 23 2012 Paul Wouters <pwouters@redhat.com> - 1.4.18-2
|
|
|
|
- Use new systemd-rpm macros (rhbz#850351)
|
|
|
|
- Clean up old obsoleted dnssec-conf from < fedora 15
|
|
|
|
|
2012-08-03 19:38:16 +00:00
|
|
|
* Fri Aug 03 2012 Paul Wouters <pwouters@redhat.com> - 1.4.18-1
|
|
|
|
- Updated to 1.4.18 (FIPS related fixes mostly)
|
|
|
|
- Removed patches that were merged in upstream
|
2012-08-05 13:10:11 +00:00
|
|
|
- Added comment to root.key
|
2012-08-03 19:38:16 +00:00
|
|
|
|
2012-07-23 17:37:51 +00:00
|
|
|
* Mon Jul 23 2012 Paul Wouters <pwouters@redhat.com> - 1.4.17-5
|
|
|
|
- Fix for unbound crasher (upstream bug #452)
|
|
|
|
- Support libunbound functions in man pages and place in -devel
|
|
|
|
|
2012-07-22 01:41:00 +00:00
|
|
|
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.17-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-07-03 15:37:57 +00:00
|
|
|
* Tue Jul 03 2012 Paul Wouters <pwouters@redhat.com> - 1.4.17-3
|
2012-07-03 15:58:40 +00:00
|
|
|
- unbound FIPS patches for MD5,randomness (rhbz#835106)
|
2012-07-03 15:37:57 +00:00
|
|
|
|
2012-06-15 12:37:47 +00:00
|
|
|
* Fri Jun 15 2012 Adam Tkac <atkac redhat com> - 1.4.17-2
|
|
|
|
- don't build unbound-munin on RHEL
|
|
|
|
|
2012-05-24 17:36:44 +00:00
|
|
|
* Thu May 24 2012 Paul Wouters <pwouters@redhat.com> - 1.4.17-1
|
|
|
|
- Updated to 1.4.17 (which mostly brings in patches we already
|
|
|
|
applied from svn trunk)
|
|
|
|
|
2012-02-29 17:44:32 +00:00
|
|
|
* Wed Feb 29 2012 Paul Wouters <pwouters@redhat.com> - 1.4.16-3
|
|
|
|
- Since the daemon links to the libs staticly, add Requires:
|
2012-02-28 02:19:58 +00:00
|
|
|
(this is rhbz#745288)
|
2012-02-29 17:44:32 +00:00
|
|
|
- Package up streamtcp as unbound-streamtcp (for monitoring)
|
2012-02-28 02:19:58 +00:00
|
|
|
|
2012-02-28 02:03:08 +00:00
|
|
|
* Mon Feb 27 2012 Paul Wouters <pwouters@redhat.com> - 1.4.16-2
|
|
|
|
- Don't ghost the directory (rhbz#788805)
|
|
|
|
- Patch for unbound to support unbound-control forward_zone
|
|
|
|
(needed for openswan in XAUTH mode)
|
|
|
|
|
2012-02-02 15:00:37 +00:00
|
|
|
* Thu Feb 02 2012 Paul Wouters <paul@nohats.ca> - 1.4.16-1
|
|
|
|
- Upgraded to 1.4.16, which was relesed due to the soname
|
|
|
|
and some DNSSEC validation failures
|
|
|
|
|
2012-02-01 02:09:27 +00:00
|
|
|
* Wed Feb 01 2012 Paul Wouters <paul@nohats.ca> - 1.4.15-2
|
|
|
|
- Patch for SONAME version (libtool's -version-number vs -version-info)
|
|
|
|
|
2012-01-27 16:46:03 +00:00
|
|
|
* Fri Jan 27 2012 Paul Wouters <pwouters@redhat.com> - 1.4.15-1
|
|
|
|
- Upgraded to 1.4.15
|
|
|
|
- Updated unbound.conf to show how to configure listening on tls443
|
|
|
|
|
2012-01-14 07:30:46 +00:00
|
|
|
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.14-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-12-19 15:29:22 +00:00
|
|
|
* Mon Dec 19 2011 Paul Wouters <paul@cypherpunks.ca> - 1.4.14-1
|
2011-12-19 15:04:11 +00:00
|
|
|
- Upgraded to 1.4.14 for CVE-2011-4528 / VU#209659
|
|
|
|
- SSL-wrapped query support for dnssec-trigger
|
|
|
|
- EDNS handling changes
|
2011-12-19 15:29:22 +00:00
|
|
|
- Removed integrated EDNS patches
|
|
|
|
- Disabled use-caps-for-id, GoDaddy domains now break on it
|
|
|
|
- Enabled new harden-below-nxdomain
|
2011-12-19 15:04:11 +00:00
|
|
|
|
2011-09-15 17:19:04 +00:00
|
|
|
* Thu Sep 15 2011 Paul Wouters <paul@xelerance.com> - 1.4.13-1
|
|
|
|
- Upgraded to 1.4.13
|
|
|
|
- Removed merged in pythonmod patch
|
|
|
|
- Added EDNS1480 patch to fix unbound on broken EDNS/UDP networks
|
2011-09-15 18:04:40 +00:00
|
|
|
- Fix python to go into sitearch instead of sitelib
|
2011-09-15 17:19:04 +00:00
|
|
|
|
2011-09-14 20:20:56 +00:00
|
|
|
* Wed Sep 14 2011 Tom Callaway <spot@fedoraproject.org> - 1.4.12-4
|
|
|
|
- convert to systemd, tmpfiles.d
|
|
|
|
|
2011-08-08 22:39:54 +00:00
|
|
|
* Mon Aug 08 2011 Paul Wouters <paul@xelerance.com> - 1.4.12-3
|
|
|
|
- Added pythonmod docs and examples
|
|
|
|
|
2011-08-08 22:02:05 +00:00
|
|
|
* Mon Aug 08 2011 Paul Wouters <paul@xelerance.com> - 1.4.12-2
|
|
|
|
- Fix for python module load in the server (Tom Hendrikx)
|
|
|
|
- No longer enable --enable-debug as it causes degraded performance
|
|
|
|
under load.
|
|
|
|
|
2011-07-19 03:44:31 +00:00
|
|
|
* Mon Jul 18 2011 Paul Wouters <paul@xelerance.com> - 1.4.12-1
|
|
|
|
- Updated to 1.4.12
|
|
|
|
|
2011-07-03 22:16:09 +00:00
|
|
|
* Sun Jul 03 2011 Paul Wouters <paul@xelerance.com> - 1.4.11-1
|
|
|
|
- Updated to 1.4.11
|
|
|
|
- removed integrated CVE patch
|
|
|
|
- updated stock unbound.conf for new options introduced
|
|
|
|
|
2011-06-07 02:07:26 +00:00
|
|
|
* Mon Jun 06 2011 Paul Wouters <paul@xelerance.com> - 1.4.10-1
|
|
|
|
- Added ghost for /var/run/unbound (bz#656710)
|
|
|
|
|
|
|
|
* Mon Jun 06 2011 Paul Wouters <paul@xelerance.com> - 1.4.9-3
|
|
|
|
- rebuilt
|
|
|
|
|
2011-05-25 19:18:44 +00:00
|
|
|
* Wed May 25 2011 Paul Wouters <paul@xelerance.com> - 1.4.9-2
|
|
|
|
- Applied patch for CVE-2011-1922 DoS vulnerability
|
|
|
|
|
2011-03-27 09:08:46 +00:00
|
|
|
* Sun Mar 27 2011 Paul Wouters <paul@xelerance.com> - 1.4.9-1
|
|
|
|
- Updated to 1.4.9
|
|
|
|
|
2011-02-12 18:01:38 +00:00
|
|
|
* Sat Feb 12 2011 Paul Wouters <paul@xelerance.com> - 1.4.8-2
|
|
|
|
- rebuilt
|
|
|
|
|
2011-01-26 01:56:16 +00:00
|
|
|
* Tue Jan 25 2011 Paul Wouters <paul@xelerance.com> - 1.4.8-1
|
|
|
|
- Updated to 1.4.8
|
|
|
|
- Enable root key for DNSSEC
|
|
|
|
- Fix unbound-munin to use proper file (could cause excessive logging)
|
|
|
|
- Build unbound-python per default
|
|
|
|
- Disable gost as Fedora/EPEL does not allow ECC and has mangled openssl
|
|
|
|
|
2010-10-26 15:20:05 +00:00
|
|
|
* Tue Oct 26 2010 Paul Wouters <paul@xelerance.com> - 1.4.5-4
|
|
|
|
- Revert last build - it was on the wrong branch
|
|
|
|
|
|
|
|
* Tue Oct 26 2010 Paul Wouters <paul@xelerance.com> - 1.4.5-3
|
|
|
|
- Disable do-ipv6 per default - causes severe degradation on non-ipv6 machines
|
|
|
|
(see comments in inbound.conf)
|
|
|
|
|
2010-06-15 23:39:07 +00:00
|
|
|
* Tue Jun 15 2010 Paul Wouters <paul@xelerance.com> - 1.4.5-2
|
|
|
|
- Bump release - forgot to upload the new tar ball.
|
|
|
|
|
2010-06-15 23:31:11 +00:00
|
|
|
* Tue Jun 15 2010 Paul Wouters <paul@xelerance.com> - 1.4.5-1
|
|
|
|
- Upgraded to 1.4.5
|
|
|
|
|
2010-05-31 15:34:14 +00:00
|
|
|
* Mon May 31 2010 Paul Wouters <paul@xelerance.com> - 1.4.4-2
|
|
|
|
- Added accidentally omitted svn patches to cvs
|
|
|
|
|
2010-05-31 15:29:30 +00:00
|
|
|
* Mon May 31 2010 Paul Wouters <paul@xelerance.com> - 1.4.4-1
|
|
|
|
- Upgraded to 1.4.4 with svn patches
|
|
|
|
- Obsolete dnssec-conf to ensure it is de-installed
|
|
|
|
|
2010-03-11 15:08:03 +00:00
|
|
|
* Thu Mar 11 2010 Paul Wouters <paul@xelerance.com> - 1.4.3-1
|
|
|
|
- Update to 1.4.3 that fixes 64bit crasher
|
|
|
|
|
2010-03-09 15:48:42 +00:00
|
|
|
* Tue Mar 09 2010 Paul Wouters <paul@xelerance.com> - 1.4.2-1
|
|
|
|
- Updated to 1.4.2
|
|
|
|
- Updated unbound.conf with new options
|
|
|
|
- Enabled pre-fetching DNSKEY records (DNSSEC speedup)
|
|
|
|
- Enabled re-fetching popular records before they expire
|
|
|
|
- Enabled logging of DNSSEC validation errors
|
|
|
|
|
2010-03-01 16:22:27 +00:00
|
|
|
* Mon Mar 01 2010 Paul Wouters <paul@xelerance.com> - 1.4.1-5
|
|
|
|
- Overriding -D_GNU_SOURCE is no longer needed. This fixes DSO issues
|
|
|
|
with pthreads
|
|
|
|
|
2010-02-24 23:01:53 +00:00
|
|
|
* Wed Feb 24 2010 Paul Wouters <paul@xelerance.com> - 1.4.1-3
|
|
|
|
- Change make/configure lines to attempt to fix -lphtread linking issue
|
|
|
|
|
2010-02-23 20:32:08 +00:00
|
|
|
* Thu Feb 18 2010 Paul Wouters <paul@xelerance.com> - 1.4.1-2
|
|
|
|
- Removed dependancy for dnssec-conf
|
|
|
|
- Added ISC DLV key (formerly in dnssec-conf)
|
|
|
|
- Fixup old DLV locations in unbound.conf file via %%post
|
2010-02-23 20:37:57 +00:00
|
|
|
- Fix parent child disagreement handling and no-ipv6 present [svn r1953]
|
2010-02-23 20:32:08 +00:00
|
|
|
|
2010-01-05 23:07:02 +00:00
|
|
|
* Tue Jan 05 2010 Paul Wouters <paul@xelerance.com> - 1.4.1-1
|
|
|
|
- Updated to 1.4.1
|
|
|
|
- Changed %%define to %%global
|
|
|
|
|
2009-10-09 01:59:19 +00:00
|
|
|
* Thu Oct 08 2009 Paul Wouters <paul@xelerance.com> - 1.3.4-2
|
|
|
|
- Bump version
|
|
|
|
|
2009-10-09 01:24:23 +00:00
|
|
|
* Thu Oct 08 2009 Paul Wouters <paul@xelerance.com> - 1.3.4-1
|
|
|
|
- Upgraded to 1.3.4. Security fix with validating NSEC3 records
|
|
|
|
|
2009-08-21 16:18:36 +00:00
|
|
|
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 1.3.3-2
|
|
|
|
- rebuilt with new openssl
|
|
|
|
|
2009-08-17 15:10:16 +00:00
|
|
|
* Mon Aug 17 2009 Paul Wouters <paul@xelerance.com> - 1.3.3-1
|
|
|
|
- Updated to 1.3.3
|
|
|
|
|
2009-07-27 06:31:10 +00:00
|
|
|
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-06-21 04:23:10 +00:00
|
|
|
* Sat Jun 20 2009 Paul Wouters <paul@xelerance.com> - 1.3.0-2
|
|
|
|
- Added missing glob patch to cvs
|
|
|
|
- Place python macros within the %%with_python check
|
|
|
|
|
2009-06-21 04:14:54 +00:00
|
|
|
* Sat Jun 20 2009 Paul Wouters <paul@xelerance.com> - 1.3.0-1
|
|
|
|
- Updated to 1.3.0
|
|
|
|
- Added unbound-python sub package. disabled for now
|
|
|
|
- Patch from svn to fix DLV lookups
|
|
|
|
- Patches from svn to detect wrong truncated response from BIND 9.6.1 with
|
|
|
|
minimal-responses)
|
|
|
|
- Added Default-Start and Default-Stop to unbound.init
|
|
|
|
- Re-enabled --enable-sha2
|
|
|
|
- Re-enabled glob.patch
|
|
|
|
|
2009-05-20 16:43:09 +00:00
|
|
|
* Wed May 20 2009 Paul Wouters <paul@xelerance.com> - 1.2.1-7
|
|
|
|
- unbound-iterator.patch was not commited
|
|
|
|
|
2009-05-20 16:15:09 +00:00
|
|
|
* Wed May 20 2009 Paul Wouters <paul@xelerance.com> - 1.2.1-6
|
|
|
|
- Fix for https://bugzilla.redhat.com/show_bug.cgi?id=499793
|
|
|
|
|
2009-03-17 05:28:45 +00:00
|
|
|
* Tue Mar 17 2009 Paul Wouters <paul@xelerance.com> - 1.2.1-5
|
|
|
|
- Use --nocheck to avoid giving an error on missing unbound-remote certs/keys
|
|
|
|
|
2009-03-11 19:17:12 +00:00
|
|
|
* Tue Mar 10 2009 Adam Tkac <atkac redhat com> - 1.2.1-4
|
|
|
|
- enable DNSSEC only if it is enabled in sysconfig/dnssec
|
|
|
|
|
2009-03-09 20:36:02 +00:00
|
|
|
* Mon Mar 09 2009 Adam Tkac <atkac redhat com> - 1.2.1-3
|
|
|
|
- add DNSSEC support to initscript and enabled it per default
|
|
|
|
- add requires dnssec-conf
|
|
|
|
|
2009-02-25 22:57:23 +00:00
|
|
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2009-02-10 15:19:33 +00:00
|
|
|
* Tue Feb 10 2009 Paul Wouters <paul@xelerance.com - 1.2.1-1
|
|
|
|
- updated to 1.2.1
|
|
|
|
|
2009-01-18 14:52:30 +00:00
|
|
|
* Sun Jan 18 2009 Tomas Mraz <tmraz@redhat.com> - 1.2.0-2
|
|
|
|
- rebuild with new openssl
|
|
|
|
|
2009-01-14 14:57:11 +00:00
|
|
|
* Wed Jan 14 2009 Paul Wouters <paul@xelerance.com - 1.2.0-1
|
|
|
|
- Updated to 1.2.0
|
|
|
|
- Added dependancy on minimum SSL for CVE-2008-5077
|
|
|
|
- Added dependancy on bc for unbound-munin
|
2009-01-14 15:44:12 +00:00
|
|
|
- Added minimum requirement of libevent 1.4.5. Crashes with older versions
|
|
|
|
(note: libevent is stale in EL-4 and not in EL-5, needs fixing there)
|
2009-01-14 14:57:11 +00:00
|
|
|
- Removed dependancy on selinux-policy (will get used when available)
|
|
|
|
- Enable options as per draft-wijngaards-dnsext-resolver-side-mitigation-00.txt
|
|
|
|
- Enable unwanted-reply-threshold to mitigate against a Kaminsky attack
|
|
|
|
- Enable val-clean-additional to drop addition unsigned data from signed
|
|
|
|
response.
|
2009-01-14 15:00:44 +00:00
|
|
|
- Removed patches (got merged into upstream)
|
2009-01-14 14:57:11 +00:00
|
|
|
|
2009-01-05 13:19:32 +00:00
|
|
|
* Mon Jan 5 2009 Paul Wouters <paul@xelerance.com> - 1.1.1-7
|
|
|
|
- Modified scandir patch to silently fail when wildcard matches nothing
|
|
|
|
- Patch to allow unbound-checkconf to find empty wildcard matches
|
|
|
|
|
2009-01-05 11:50:27 +00:00
|
|
|
* Mon Jan 5 2009 Paul Wouters <paul@xelerance.com> - 1.1.1-6
|
2009-01-05 11:37:42 +00:00
|
|
|
- Added scandir patch for trusted-keys-file: option, which
|
|
|
|
is used to load multiple dnssec keys in bind file format
|
|
|
|
|
2008-12-08 20:42:45 +00:00
|
|
|
* Mon Dec 8 2008 Paul Wouters <paul@xelerance.com> - 1.1.1-4
|
|
|
|
- Added Requires: for selinux-policy >= 3.5.13-33 for proper SElinux rules.
|
|
|
|
|
2008-12-02 02:13:31 +00:00
|
|
|
* Mon Dec 1 2008 Paul Wouters <paul@xelerance.com> - 1.1.1-3
|
|
|
|
- We did not own the /etc/unbound directory (#474020)
|
|
|
|
- Fixed cvs anomalies
|
|
|
|
|
2008-11-28 09:46:49 +00:00
|
|
|
* Fri Nov 28 2008 Adam Tkac <atkac redhat com> - 1.1.1-2
|
|
|
|
- removed all obsolete chroot related stuff
|
|
|
|
- label control certs after generation correctly
|
|
|
|
|
2008-11-20 15:10:25 +00:00
|
|
|
* Thu Nov 20 2008 Paul Wouters <paul@xelerance.com> - 1.1.1-1
|
|
|
|
- Updated to unbound 1.1.1 which fixes a crasher and
|
|
|
|
addresses nlnetlabs bug #219
|
|
|
|
|
2008-11-19 23:11:51 +00:00
|
|
|
* Wed Nov 19 2008 Paul Wouters <paul@xelerance.com> - 1.1.0-3
|
|
|
|
- Remove the chroot, obsoleted by SElinux
|
|
|
|
- Add additional munin plugin links supported by unbound plugin
|
|
|
|
- Move configuration directory from /var/lib/unbound to /etc/unbound
|
|
|
|
- Modified unbound.init and unbound.conf to account for chroot changes
|
|
|
|
- Updated unbound.conf with new available options
|
|
|
|
- Enabled dns-0x20 protection per default
|
|
|
|
|
2008-11-19 15:39:16 +00:00
|
|
|
* Wed Nov 19 2008 Adam Tkac <atkac redhat com> - 1.1.0-2
|
|
|
|
- unbound-1.1.0-log_open.patch
|
|
|
|
- make sure log is opened before chroot call
|
|
|
|
- tracked as http://www.nlnetlabs.nl/bugs/show_bug.cgi?id=219
|
|
|
|
- removed /dev/log and /var/run/unbound and /etc/resolv.conf from
|
|
|
|
chroot, not needed
|
|
|
|
- don't mount files in chroot, it causes problems during updates
|
|
|
|
- fixed typo in default config file
|
|
|
|
|
2008-11-15 05:46:07 +00:00
|
|
|
* Fri Nov 14 2008 Paul Wouters <paul@xelerance.com> - 1.1.0-1
|
|
|
|
- Updated to version 1.1.0
|
2008-11-15 06:45:37 +00:00
|
|
|
- Updated unbound.conf's statistics options and remote-control
|
|
|
|
to work properly for munin
|
|
|
|
- Added unbound-munin package
|
|
|
|
- Generate unbound remote-control key/certs on first startup
|
2008-11-15 05:46:07 +00:00
|
|
|
- Required ldns is now 1.4.0
|
|
|
|
|
2008-10-31 22:29:15 +00:00
|
|
|
* Wed Oct 22 2008 Paul Wouters <paul@xelerance.com> - 1.0.2-5
|
|
|
|
- Only call ldconfig in -libs package
|
|
|
|
- Move configure into build section
|
|
|
|
- devel subpackage should only depend on libs subpackage
|
|
|
|
|
|
|
|
* Tue Oct 21 2008 Paul Wouters <paul@xelerance.com> - 1.0.2-4
|
|
|
|
- Fix CFLAGS getting lost in build
|
|
|
|
- Don't enable interface-automatic:yes because that
|
|
|
|
causes unbound to listen on 0.0.0.0 instead of 127.0.0.1
|
|
|
|
|
|
|
|
* Sun Oct 19 2008 Paul Wouters <paul@xelerance.com> - 1.0.2-3
|
|
|
|
- Split off unbound-libs, make build verbose
|
|
|
|
|
|
|
|
* Thu Oct 9 2008 Paul Wouters <paul@xelerance.com> - 1.0.2-2
|
|
|
|
- FSB compliance, chroot fixes, initscript fixes
|
|
|
|
|
|
|
|
* Thu Sep 11 2008 Paul Wouters <paul@xelerance.com> - 1.0.2-1
|
|
|
|
- Upgraded to 1.0.2
|
|
|
|
|
|
|
|
* Wed Jul 16 2008 Paul Wouters <paul@xelerance.com> - 1.0.1-1
|
|
|
|
- upgraded to new release
|
|
|
|
|
|
|
|
* Wed May 21 2008 Paul Wouters <paul@xelerance.com> - 1.0.0-2
|
|
|
|
- Build against ldns-1.3.0
|
|
|
|
|
|
|
|
* Wed May 21 2008 Paul Wouters <paul@xelerance.com> - 1.0.0-1
|
|
|
|
- Split of -devel package, fixed dependancies, make rpmlint happy
|
|
|
|
|
2013-09-19 14:01:10 +00:00
|
|
|
* Fri Apr 25 2008 Wouter Wijngaards <wouter@nlnetlabs.nl> - 0.12
|
2008-10-31 22:29:15 +00:00
|
|
|
- Using parts from ports collection entry by Jaap Akkerhuis.
|
|
|
|
- Using Fedoraproject wiki guidelines.
|
|
|
|
|
|
|
|
* Wed Apr 23 2008 Wouter Wijngaards <wouter@nlnetlabs.nl> - 0.11
|
|
|
|
- Initial version.
|