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