This commit converts the license handling to adhere to the REUSE
specification. It specifically:
1. Adds used licnses to LICENSES/ directory
2. Add "isc" template for adding the copyright boilerplate
3. Changes all source files to include copyright and SPDX license
header, this includes all the C sources, documentation, zone files,
configuration files. There are notes in the doc/dev/copyrights file
on how to add correct headers to the new files.
4. Handle the rest that can't be modified via .reuse/dep5 file. The
binary (or otherwise unmodifiable) files could have license places
next to them in <foo>.license file, but this would lead to cluttered
repository and most of the files handled in the .reuse/dep5 file are
system test files.
(cherry picked from commit 58bd26b6cf)
63 lines
1.7 KiB
ReStructuredText
63 lines
1.7 KiB
ReStructuredText
.. Copyright (C) Internet Systems Consortium, Inc. ("ISC")
|
|
..
|
|
.. SPDX-License-Identifier: MPL-2.0
|
|
..
|
|
.. This Source Code Form is subject to the terms of the Mozilla Public
|
|
.. License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
.. file, you can obtain one at https://mozilla.org/MPL/2.0/.
|
|
..
|
|
.. See the COPYRIGHT file distributed with this work for additional
|
|
.. information regarding copyright ownership.
|
|
|
|
Notes for BIND 9.16.25
|
|
----------------------
|
|
|
|
Security Fixes
|
|
~~~~~~~~~~~~~~
|
|
|
|
- None.
|
|
|
|
Known Issues
|
|
~~~~~~~~~~~~
|
|
|
|
- None.
|
|
|
|
New Features
|
|
~~~~~~~~~~~~
|
|
|
|
- None.
|
|
|
|
Removed Features
|
|
~~~~~~~~~~~~~~~~
|
|
|
|
- None.
|
|
|
|
Feature Changes
|
|
~~~~~~~~~~~~~~~
|
|
|
|
- The default memory allocator has been switched from ``internal`` to
|
|
``external`` and new command line option ``-M internal`` has been added to
|
|
``named``. :gl:`#2398`
|
|
|
|
Bug Fixes
|
|
~~~~~~~~~
|
|
|
|
- If signatures created by the ZSK are expired, and the ZSK private key is offline,
|
|
allow the expired signatures to be replaced with signatures created by the KSK.
|
|
:gl:`#3049`
|
|
|
|
- On FreeBSD, a TCP connection would leak a small amount of heap memory leading
|
|
to out-of-memory problem in a long run. This has been fixed. :gl:`#3051`
|
|
|
|
- Overall memory use by ``named`` was optimized and reduced. :gl:`#2398`
|
|
|
|
- Under certain circumstances, the signed version of an inline-signed
|
|
zone could be dumped to disk without the serial number of the unsigned
|
|
version of the zone, preventing resynchronization of zone contents
|
|
after ``named`` restart in case the unsigned zone file gets modified
|
|
while ``named`` is not running. This has been fixed. :gl:`#3071`
|
|
|
|
- Under certain circumstances, reading from the raw TCP channels used
|
|
for rndc and statistics could cause assertion failure. This has been
|
|
fixed. :gl:`#3079`
|