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