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 a1c76a66b65339b6764b4f94539cdb0fdecda309
Author: David Kalnischkies <david@kalnischkies.de>
Date: Wed Jun 10 12:41:54 2026 +0000
Unfuzzy the ::host vs host:: doc-only example change
No need to annoy the translators with this change if we can
do the flip for them and hide it as the pot wasn't regenerated
so far (as the change was not part of a release yet).
Gbp-Dch: Ignore
Fixes: 080f2c092795382fe77591f8a41e19172ebead26
commit 02672754102134790e90ba491b1d89529742ec09
Author: Remus-Gabriel Chelu <remusgabriel.chelu@disroot.org>
Date: Wed Jun 10 09:03:36 2026 +0000
Romanian program translation update
Closes: #1139336
commit 62853bbb16ca032fcaa0920f8af14549d1cc1ca8
Author: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>
Date: Wed Jun 10 09:02:44 2026 +0000
Dutch manpages translation update
Closes: #1135222
commit f4733601e483ecdc166778be84a509dcdb5806dc
Author: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>
Date: Wed Jun 10 09:02:12 2026 +0000
Dutch program translation update
Closes: #1135221
commit 8abecb6ff22c2ae4036d0c4db6bfe801a3b314fb
Author: Américo Monteiro <a_monteiro@gmx.com>
Date: Wed Jun 10 09:01:28 2026 +0000
Portuguese manpages translation update
Closes: #1133965
commit 49e91b96d9faeca50ab0b212174744938d446132
Author: David Kalnischkies <david@kalnischkies.de>
Date: Thu Feb 5 21:18:40 2026 +0000
aptwebserver: Refuse client immediately on TLS handshake
We implement a HTTP-only server here (that is wrapped by stunnel for
HTTPS support), so if a TLS handshake reaches us it is always wrong
and we can just close the connection immediately instead of accepting
it and letting the client run into a timeout as we will never receive
the message(s) we expect.
This happens e.g. with browsers like Firefox that opportunistically
try https first (even if you ask for http and specify a port).
commit 5b49a25a292dd3ed2355fadaca68753a72eb2422
Merge: cae6d486 080f2c09
Author: Julian Andres Klode <jak@debian.org>
Date: Thu May 21 09:06:52 2026 +0000
Merge branch 'https' into 'main'
apt-transport-https(1): document host-specific SSLCert, SSLKey, Verify-Host with host:: instead of ::host
See merge request apt-team/apt!579
commit 080f2c092795382fe77591f8a41e19172ebead26
Author: наб <nabijaczleweli@nabijaczleweli.xyz>
Date: Wed May 13 21:35:36 2026 +0200
apt-transport-https(1): document host-specific SSLCert, SSLKey, Verify-Host with host:: instead of ::host
Empirically, SSLCert and SSLKey need to be specified in the reverse order,
and only
Acquire::https::deb.beaverlabs.net {
SSLCert ".../cert.pem";
SSLKey ".../pkey.pem";
};
, not the documented order, works
Sponsored-by: https://beaverlabs.net
commit cae6d486b4294a0ba0a4694171380737c3818aac
Author: Julian Andres Klode <jak@debian.org>
Date: Wed May 20 19:42:18 2026 +0200
Document and test combined `build-dep --arch-only --indep-only`
This is a supported configuration to only use bare Build-Depends
and Build-Conflicts.