From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] dnsdist: Update to version 1.9.6 Date: Tue, 24 Sep 2024 12:33:36 +0200 Message-ID: <20240924103336.3131-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8297347057573538849==" List-Id: --===============8297347057573538849== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 1.9.4 to 1.9.6 - Tested building on riscv64 and it built without issues and rootfile is sam = as for x86_64 & aarch64. So supported architectures has been removed and dnsdist = is available on all three architectures. - Update of rootfile not required - Changelog 1.9.6 New Features Add support for a callback when a new tickets key is added References: pull request 14449 Improvements Make the logging functions available to all Lua environments References: pull request 14438 Handle Quiche >=3D 0.22.0 References: pull request 14450 Don=E2=80=99t include openssl/engine.h if it=E2=80=99s not going to be u= sed (Sander Hoentjen) References: pull request 14452 Bug Fixes Dedup Prometheus help and type lines for custom metrics with labels=C2=B6 References: #14395, pull request 14439 Fix a race in the XSK/AF_XDP backend handling code References: pull request 14436 dns.cc: use pdns::views::UnsignedCharView References: pull request 14437 1.9.5 New Features Add a Lua FFI function to set proxy protocol values References: pull request 14338 Add Lua FFI bindings to generate SVC responses References: pull request 14339 Bug Fixes Use the correct source IP for outgoing QUIC datagrams References: pull request 14166 Reply to HTTP/2 PING frames immediately References: pull request 14163 Log the correct amount of bytes sent for DoH w/ nghttp2 References: pull request 14332 Prevent a race when calling registerWebHandler at runtime References: pull request 14170 Enforce a maximum number of HTTP request fields and a maximum HTTP reque= st line size References: pull request 14333 Fix a race condition with custom Lua web handlers References: pull request 14342 Syslog should be enabled by default References: pull request 14331 Fix a warning when compiling the unit tests without XSK=C2=B6 References: pull request 14334 autoconf: allow prerelease systemd versions (Chris Hofstaedtler) References: pull request 14335 Edit the systemd unit file, CAP_BPF is no longer enough References: #14279, pull request 14336 Fix =E2=80=98Error creating TCP worker=E2=80=99 error message References: pull request 14337 Signed-off-by: Adolf Belka --- lfs/dnsdist | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/lfs/dnsdist b/lfs/dnsdist index 5a8c0ac70..8c5c32271 100644 --- a/lfs/dnsdist +++ b/lfs/dnsdist @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2023 IPFire Team = # +# Copyright (C) 2007-2024 IPFire Team = # # = # # This program is free software: you can redistribute it and/or modify = # # it under the terms of the GNU General Public License as published by = # @@ -26,7 +26,7 @@ include Config =20 SUMMARY =3D A highly DNS-, DoS- and abuse-aware loadbalancer =20 -VER =3D 1.9.4 +VER =3D 1.9.6 =20 THISAPP =3D dnsdist-$(VER) DL_FILE =3D $(THISAPP).tar.bz2 @@ -34,9 +34,7 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D dnsdist -PAK_VER =3D 23 - -SUP_ARCH =3D x86_64 aarch64 +PAK_VER =3D 24 =20 DEPS =3D =20 @@ -52,7 +50,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D a8cfc5c2da135ed96b857f9f1b6c3caa796b27f66ff7ead6e976b8= 71a5e5db208ef3ce275c23085318bd7ff2f0fa2ec19e28ad36234991d84b8d13e74acb2f34 +$(DL_FILE)_BLAKE2 =3D adb56707bb768ceae974cd9b725d2bf1f4beaa6e3edc6ede22a7d9= 3920214614f10c82d71dbb773741f56dff04e0f0aa26dc0a0e2d5d405bee89d8ada1130303 =20 install : $(TARGET) =20 --=20 2.46.0 --===============8297347057573538849==--