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