Hello!
The increase in the libknot.so.16.0.0 file is due to a fairly benign change:
@@ -120,6 +120,8 @@ enum knot_rr_type {
KNOT_RRTYPE_RESINFO = 261, /*!< Resolver information as key/value pairs. */
KNOT_RRTYPE_WALLET = 262, /*!< Public wallet address. */
+
+ KNOT_RRTYPE_ALIAS = 65401, /*!< PRIVATE. Alias record. */
};
As you can see, it extended the array with a large empty gap :(
I don't think we can reduce it.
Daniel
On 4/27/26 11:59, Daniel Neri wrote:
Hello!
Daniel Salzman wrote:
CZ.NIC has released Knot DNS 3.5.4.
This is a bug fix version with some improvements.
Any idea why libknot grew so much in size on disk for this release?
E.g. for the CZ.NIC Labs' Debian 13 packages:
$ apt-cache show libknot16=3.5.4-cznic.1~trixie | grep ^Installed-Size
Installed-Size: 3218
$ apt-cache show libknot16=3.5.3-cznic.1~trixie | grep ^Installed-Size
Installed-Size: 673
Thanks,
Daniel Neri
--