<feed xmlns='http://www.w3.org/2005/Atom'>
<title>apt, branch 2.7.13</title>
<subtitle>Debians commandline package manager</subtitle>
<id>https://git.kalnischkies.de/apt/atom?h=2.7.13</id>
<link rel='self' href='https://git.kalnischkies.de/apt/atom?h=2.7.13'/>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/'/>
<updated>2024-02-28T18:51:04Z</updated>
<entry>
<title>Release 2.7.13</title>
<updated>2024-02-28T18:51:04Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2024-02-28T18:51:04Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=09092ad336e9f8a64ee59794fdc301a74238fe1c'/>
<id>urn:sha1:09092ad336e9f8a64ee59794fdc301a74238fe1c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>prepare-release: Adjust for t64 suffix</title>
<updated>2024-02-28T18:47:33Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2024-02-28T18:45:32Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=ee84fe87982076b4a093473e3e9904d6b72ca60a'/>
<id>urn:sha1:ee84fe87982076b4a093473e3e9904d6b72ca60a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'gpgv-improvements' into 'main'</title>
<updated>2024-02-28T18:39:57Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2024-02-28T18:39:57Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=368a60cd267cb92be43c57a8cc92c77d5f7aeb50'/>
<id>urn:sha1:368a60cd267cb92be43c57a8cc92c77d5f7aeb50</id>
<content type='text'>
Assert &gt;=2048-bit RSA keys, Ed25519, Ed448, and some improvements to diagnostic reporting

See merge request apt-team/apt!322</content>
</entry>
<entry>
<title>Merge branch 'gitlab-fix' into 'main'</title>
<updated>2024-02-28T18:28:34Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2024-02-28T18:28:34Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=010841260f7dce50ba407e23c5894e9017561ce2'/>
<id>urn:sha1:010841260f7dce50ba407e23c5894e9017561ce2</id>
<content type='text'>
Do not require versioned dpkg-dev on CI

See merge request apt-team/apt!332</content>
</entry>
<entry>
<title>Do not require versioned dpkg-dev on CI</title>
<updated>2024-02-28T17:32:32Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2024-02-28T17:32:32Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=68ddc4a20fe7cbf53e22c7a8bbc35db597b87313'/>
<id>urn:sha1:68ddc4a20fe7cbf53e22c7a8bbc35db597b87313</id>
<content type='text'>
Annotate the Build-Depends with a &lt;!pkg.apt.ci&gt; profile and use
that in prepare-release when doing build-dep.
</content>
</entry>
<entry>
<title>Temporarily downgrade key assertions to "soon worthless"</title>
<updated>2024-02-28T17:22:01Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2024-02-28T16:04:05Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=66998ed3d299bede651ad40368bdb270f5f5b0f9'/>
<id>urn:sha1:66998ed3d299bede651ad40368bdb270f5f5b0f9</id>
<content type='text'>
This will only issue warnings instead of errors while we continue
cleaning up our repositories.
</content>
</entry>
<entry>
<title>Rename 'weak digest algorithm' to 'weak algorithm'</title>
<updated>2024-02-28T17:22:01Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2024-02-28T15:52:33Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=8a14c18c5b487139948dcb22abd37bffdd9cf5f4'/>
<id>urn:sha1:8a14c18c5b487139948dcb22abd37bffdd9cf5f4</id>
<content type='text'>
This allows us to render public key algorithms as weak as well.
</content>
</entry>
<entry>
<title>Implement gpgv --assert-pubkey-algo=&gt;=rsa2048,ed25519,ed448</title>
<updated>2024-02-28T17:22:01Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2024-02-28T14:14:43Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=50e3fee26ae843a812b1c9ec8531946931773fd3'/>
<id>urn:sha1:50e3fee26ae843a812b1c9ec8531946931773fd3</id>
<content type='text'>
The assertion can be overriden using apt::key::assert-pubkey-algo,
the default is the most opinionated one.

This will inform the user during apt-cdrom add as we do not
pass --quiet to user, so adjust test case.

Add a simple test case for it to test-method-gpgv.

LP: #2055193
</content>
</entry>
<entry>
<title>gpgv: Add a reason to worthless signers</title>
<updated>2024-02-28T17:21:01Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2024-02-28T13:49:48Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=60d653634f889abe09c0f4d88f2559eab9202635'/>
<id>urn:sha1:60d653634f889abe09c0f4d88f2559eab9202635</id>
<content type='text'>
</content>
</entry>
<entry>
<title>gpgv: Surface [GNUPG:] ERROR and [GNUPG:] WARNING status messages</title>
<updated>2024-02-28T17:21:01Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2024-01-18T17:35:35Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=066121ac4de3f1e07e203583a2c5d00a0289f84a'/>
<id>urn:sha1:066121ac4de3f1e07e203583a2c5d00a0289f84a</id>
<content type='text'>
</content>
</entry>
</feed>
