vcswatch reports that
this package seems to have new commits in its VCS but has
not yet updated debian/changelog. You should consider updating
the Debian changelog and uploading this new version into the archive.
Here are the relevant commit logs:
commit 0da39f0241e065f1750373d26e9e3a4c616ada8f
Merge: 76c82944 8e4619c7
Author: Julian Andres Klode <jak@debian.org>
Date: Fri Jan 24 07:58:53 2025 +0000
Merge branch 'intermediate_client_certificates' into 'main'
Fix regression that prevented sending intermediate client certificates
See merge request apt-team/apt!437
commit 8e4619c73b320e2e539a17a9eb459acf0514533a
Author: Sam Hartman <hartmans@debian.org>
Date: Thu Jan 23 15:12:44 2025 -0700
Fix regression that prevented sending intermediate client certificates
The change from the GNUTLS backend to the OpenSSL backend only loads
the first certificate from a client certificate file. As a result it
is no longer possible to send intermediate client certificates to the
server to assist in certificate verification. Instead call
ssl_ctx_use_certificate_chain_file so intermediate certificates can be
sent.
Signed-off-by: Sam Hartman <hartmans@debian.org>