Discussion:
[Opendnssec-user] OpenDNSSEC 1.4.12 released
Berry A.W. van Halderen
2016-10-17 13:52:12 UTC
Permalink
Dear community,

Hereby we announce the OpenDNSSEC 1.4.12 release. This is a bug
fix release targeting a memory leak in the signer when being used
in the "bumb in the wire" model where the signer would send out
notify messages and respond to IXFR requests for the signed zone.
This typically would manifest itself with very frequent outgoing
IXFRs over a longer period of time.

When upgrading from 1.4.10 (the 1.4.11 release was skipped) no
migration steps are needed. For upgrading from earlier releases
see the migration steps in the individual releases, most notably
in 1.4.8.2.
This version of OpenDNSSEC does however require a slightly less
older minimal version of the library ldns.

Changes:
* OPENDNSSEC-808: Crash on query with empty query section (thanks
HÃ¥vard Eidnes).
* SUPPORT-191: Regression, Must accept notify without SOA (thanks
Christos Trochalakis).
* OPENDNSSEC-845: memory leak occuring when responding to IXFR out when
having had multiple updates.
* OPENDNSSEC-805: Avoid full resign due to mismatch in backup file when
upgrading from 1.4.8 or later.
* OPENDNSSEC-828: parsing zone list could show data from next zone when
zones iterated on single line.
* OPENDNSSEC-811,OPENDNSSEC-827,e.o.: compiler warnings and other static
code analysis cleanup
* OPENDNSSEC-847: Broken DNS IN notifications when pkt answer section
is empty.
* OPENDNSSEC-838: Crash in signer after having removed a zone.
* Update dependency to ldns to version 1.6.17 enabling the DNS HIP
record.
* Prevent responding to queries when not fully started yet.

Download:
* https://dist.opendnssec.org/source/opendnssec-1.4.12.tar.gz
* https://dist.opendnssec.org/source/opendnssec-1.4.12.tar.gz.sig
* Checksum SHA256:
4ba6cf06fcd1131c1ed913d61959ddc90726ed5e4f153c90f45ec64445528a0c

Kind regards,
The OpenDNSSEC team
Patrik Lundin
2016-11-14 18:33:07 UTC
Permalink
Post by Berry A.W. van Halderen
Hereby we announce the OpenDNSSEC 1.4.12 release.
Thanks for the release. When building on OpenBSD I ran into a new build
warning regarding an implicit declaration:
===
database_access_lite.c:67: warning: implicit declaration of function 'select'
===

I have opened a PR against 1.4/develop, let me know what you think and
I'll make sure to update the OpenBSD port to 1.4.12:
https://github.com/opendnssec/opendnssec/pull/603
--
Patrik Lundin
Loading...