public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] knot: Update to version 3.3.8
Date: Tue, 13 Aug 2024 18:19:43 +0200	[thread overview]
Message-ID: <20240813162000.1113995-8-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20240813162000.1113995-1-adolf.belka@ipfire.org>

[-- Attachment #1: Type: text/plain, Size: 3857 bytes --]

- Update from version 3.3.5 to 3.3.8
- Update of rootfile not required
- Changelog
    3.3.8
	Features:
	 - libzscanner,libknot: added support for 'dohpath' and 'ohttp' SVCB parameters
	 - libzscanner,libknot: added support for WALLET rrtype
	 - keymgr: new commands for keystore testing (see 'keystore-test' and 'keystore-bench')
	 - knotd: new configuration option for setting default TTL (see 'zone.default-ttl')
	Improvements:
	 - libknot: added error codes to better describe some failures
	Bugfixes:
	 - knotd: DNSSEC signing doesn't remove NSEC records for non-authoritative nodes
	 - knotd: DNSSEC signing not scheduled on secondary if nothing to be reloaded
	 - libknot: TCP over XDP doesn't ignore SYN+ACK packets on the server side
    3.3.7
	Improvements:
	 - libs: upgraded embedded libngtcp2 to 1.6.0
	Bugfixes:
	 - knotd: insufficient metadata check can cause journal corruption
	 - knotd: missing zone timers initialization upon purge
	 - knotd: missing RCU lock in zone flush and refresh
	 - knotd: defective assert in zone refresh
    3.3.6
	Features:
	 - knotd: configurable control socket backlog size (see 'control.backlog')
	 - knotd: optional configuration of congruency of generated keytags (see 'policy.keytag-modulo')
	 - knotc: support for exporting configuration schema in JSON (see 'conf-export') #912
	 - mod-dnstap: configuration of sink allows TCP address specification
	Improvements:
	 - knotd: last-signed serial is stored to KASP even if not a secondary zone
	 - knotd: allowed catalog role member in a catalog template configuration
	 - knotd: some references in a zone configuration can be set empty to override a template
	 - knotd: allowed zone backup during a zone transaction
	 - knotd: add remote TSIG key name to outgoing event logs
	 - knotc: zone backup with '+keysonly' silently uses all defaults as 'off'
	 - kxdpgun: host name can be used for target specification
	 - libs: upgraded embedded libngtcp2 to 1.5.0
	 - doc: various fixes and updates
	Bugfixes:
	 - knotd: reset TCP connection not removed from a connection pool
	 - knotd: server wrongly tries to remove removed ZONEMD
	 - knotd: failed to parse empty list from a textual configuration
	 - knotd: blocking zone signing in combination with an open transaction causes a deadlock
	 - knotd: missing RCU lock when sending NOTIFY
	 - kdig: QNAME letter case isn't preserved if IDN is enabled
	 - kdig: failed to parse empty QNAME (do not fill question section)
	 - kxdpgun: floating point exception on SIGUSR1 #927
	 - libknot: incorrect handling of regular QUIC tokens in incoming initials
	 - python: failed to set an empty configuration value

Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
 lfs/knot | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/lfs/knot b/lfs/knot
index 2fe4752ba..a016f3f91 100644
--- a/lfs/knot
+++ b/lfs/knot
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 3.3.5
+VER        = 3.3.8
 
 THISAPP    = knot-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 201da56486eb551560b5f8a32cf54b9367a15347e3da9ff743c0fc41696b12d2de4091ceb575070e61d83f1c06542f7d08fc88d8e2ce6da8e8f69c2ab4b68df3
+$(DL_FILE)_BLAKE2 = a51e756f34d8641b2bc8ce32cb37c68c19ce1b5e13e981647e165634644ee005bb0a31b869148d50b3cd0a040f6952857df726e8ff67c5a46204270fa02396c5
 
 install : $(TARGET)
 
@@ -81,10 +81,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 		--disable-modules \
 		--enable-maxminddb=no \
 		--disable-documentation
-
 	cd $(DIR_APP)/src && make $(MAKETUNING) kdig
 	cd $(DIR_APP)/src/.libs && cp -av kdig /usr/bin
 	cd $(DIR_APP)/src/.libs && cp -av lib* /usr/lib
-
 	@rm -rf $(DIR_APP)
 	@$(POSTBUILD)
-- 
2.46.0


  parent reply	other threads:[~2024-08-13 16:19 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-13 16:19 [PATCH] bash: Update to include patches 27 to 32 Adolf Belka
2024-08-13 16:19 ` [PATCH 1/2] cups-filters: Ship due to sobump in poppler-24.08.0 Adolf Belka
2024-08-13 16:25   ` Adolf Belka
2024-08-13 16:19 ` [PATCH] curl: Update to version 8.9.1 Adolf Belka
2024-08-13 16:19 ` [PATCH] exfatprogs: Update to version 1.2.5 Adolf Belka
2024-08-13 16:19 ` [PATCH] git: Update to version 2.46.0 Adolf Belka
2024-08-13 16:19 ` [PATCH] hwdata: Update to the latest versions of pci.ids & usb.ids Adolf Belka
2024-08-13 16:19 ` [PATCH] iproute2: Update to version 6.10.0 Adolf Belka
2024-08-13 16:19 ` Adolf Belka [this message]
2024-08-13 16:19 ` [PATCH] lz4: Update to version 1.10.0 Adolf Belka
2024-08-13 16:19 ` [PATCH 1/2] ncdu: Update to version 1.20 Adolf Belka
2024-08-13 16:24   ` Adolf Belka
2024-08-13 16:19 ` [PATCH] readline: Update patches to include 11 - 13 Adolf Belka
2024-08-13 16:19 ` [PATCH] sdl2: Update to version 2.30.6 Adolf Belka
2024-08-13 16:19 ` [PATCH] strace: Update to version 6.10 Adolf Belka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240813162000.1113995-8-adolf.belka@ipfire.org \
    --to=adolf.belka@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox