Debian Patches
Status for ktls-utils/1.2.1-3
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
configure-disable-currently-broken-quic-implementation.patch | configure: Disable currently broken QUIC implementation The QUIC implementation currently has several obvious bugs. As our kernel UAPI headers don't yet include /usr/include/linux/quic.h, it is automatically disabled by the configure script, but I want to ensure that it stays disabled until those issues are resolved. |
Ben Hutchings <benh@debian.org> | yes | upstream | 2025-05-19 | |
configure-disable-use-of-gnutls-api-not-yet-accepted-upstream.patch | configure: Disable use of GnuTLS API not yet accepted upstream The gnutls_psk_allocate_{client,server}_credentials2() functions were proposed in <https://gitlab.com/gnutls/gnutls/-/merge_requests/1939> but have not yet been accepted. Disable use of these functions unconditionally, since they could be added upstream with different semantics. |
Ben Hutchings <benh@debian.org> | no | 2025-05-19 | ||
revert-tlshd-add-a-sigint-handler.patch | Revert "tlshd: Add a SIGINT handler" This reverts commit bdc1bdb69715d9eb15086102989fa2c58296066e. Neither free() nor exit() are safe to call in a signal handler. |
Ben Hutchings <benh@debian.org> | no | 2025-07-17 |