Validating, recursive, and caching DNS(SEC) resolver
Description
Unbound is a validating, recursive, and caching DNS(SEC) resolver.
The C implementation of Unbound is developed and maintained by NLnet
Labs. It is based on ideas and algorithms taken from a java prototype
developed by Verisign labs, Nominet, Kirei and ep.net.
Unbound is designed as a set of modular components, so that also
DNSSEC (secure DNS) validation and stub-resolvers (that do not run
as a server, but are linked into an application) are easily possible.
* Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 1.20.0-2
- Rebuilt for Python 3.13
* Fri May 10 2024 Petr Menšík <pemensik@redhat.com> - 1.20.0-1
- Update to 1.20.0
* Fri May 10 2024 Petr Menšík <pemensik@redhat.com> - 1.19.3-7
- Ensure group access correction reaches also updated configs
* Mon Apr 15 2024 Petr Menšík <pemensik@redhat.com> - 1.19.3-6
- Prevent executable bit on configuration files
* Mon Apr 15 2024 Petr Menšík <pemensik@redhat.com> - 1.19.3-5
- Always regenerate config parser
* Mon Apr 15 2024 Petr Menšík <pemensik@redhat.com> - 1.19.3-4
- Correct python3.12 warning
* Mon Apr 15 2024 Petr Menšík <pemensik@redhat.com> - 1.19.3-3
- Use newer swig m4 configuration
* Mon Apr 15 2024 Petr Menšík <pemensik@redhat.com> - 1.19.3-2
- Harden autoconf re-generation
* Fri Apr 12 2024 Petr Menšík <pemensik@redhat.com> - 1.19.3-1
- Update to 1.19.3 (rhbz#2268404)
- Fix CVE-2024-1931, Denial of service when trimming EDE text on positive
replies. (rhbz#2268419)
- Use the origin (DNAME) TTL for synthesized CNAMEs as per RFC 6672.
- Bug fixes
* Sat Mar 09 2024 Paul Wouters <paul.wouters@aiven.io> - 1.19.1-4
- Add spec file comment
* Fri Mar 01 2024 Paul Wouters <paul.wouters@aiven.io> - 1.19.1-3
- Fix trim of EDE text from large udp responses from spinning cpu.
* Tue Feb 13 2024 Petr Menšík <pemensik@redhat.com> - 1.19.1-2
- Ensure only unbound group members can make changes
* Tue Feb 13 2024 Paul Wouters <paul.wouters@aiven.io> - 1.19.1-1
- Update to 1.19.1 for CVE-2023-50387, CVE-2023-50868
* Mon Jan 29 2024 Petr Menšík <pemensik@redhat.com> - 1.19.0-8
- Always auto-restart on crash events
* Mon Jan 29 2024 Petr Menšík <pemensik@redhat.com> - 1.19.0-7
- Update address of b.root-servers.net (#2253461)
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.19.0-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Thu Nov 02 2023 Petr Menšík <pemensik@redhat.com> - 1.19.0-1
- Update to 1.19.0 (#2248686)
* Wed Sep 06 2023 Petr Menšík <pemensik@redhat.com> - 1.18.0-2
- Skip failing tests on ELN builds
* Fri Sep 01 2023 Petr Menšík <pemensik@redhat.com> - 1.18.0-1
- Update to 1.18.0 (#2236097)
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.17.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 1.17.1-3
- Rebuilt for Python 3.12
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.17.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Fri Jan 13 2023 Paul Wouters <paul.wouters@aiven.io - 1.17.1-1
- Resolved rhbz#2160397 unbound-1.17.1 is available (bugfix release)
- Add support for building with redis
* Thu Dec 01 2022 Petr Menšík <pemensik@redhat.com> - 1.17.0-2
- Move unbound user creation to libs (#2149036)
- Use systemd-sysusers for user creation (#2105416)
- Keep original DNSSEC root key as config (#2132103)
* Tue Nov 01 2022 Petr Menšík <pemensik@redhat.com> - 1.17.0-1
- Update to 1.17.0 (#2134348)
* Wed Oct 05 2022 Petr Menšík <pemensik@redhat.com> - 1.16.3-3
- Correct issues made by unbound-anchor package split (#2110858)
* Fri Sep 30 2022 Petr Menšík <pemensik@redhat.com> - 1.16.3-2
- Update License tag to SPDX identifier
* Fri Sep 23 2022 Petr Menšík <pemensik@redhat.com> - 1.16.3-1
- Update to 1.16.3 (#2128638)
* Tue Aug 09 2022 Paul Wouters <pwouters@redhat.com> - 1.16.2-3
- sync up to upstream unbound.conf
- Enable Extended DNS Error codes (RFC8914)
* Tue Aug 09 2022 Petr Menšík <pemensik@redhat.com> - 1.16.2-2
- Require openssl tool for unbound-keygen (#2116790)
* Wed Aug 03 2022 Petr Menšík <pemensik@redhat.com> - 1.16.2-1
- Update to 1.16.2 (#2105947) for CVE-2022-30698 and CVE-2022-30699
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.16.0-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Mon Jun 27 2022 Petr Menšík <pemensik@redhat.com> - 1.16.0-6
- Move unbound-anchor to separate package
- Move unbound-host and unbound-streamtcp to unbound-utils package
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 1.16.0-5
- Rebuilt for Python 3.11