<feed xmlns='http://www.w3.org/2005/Atom'>
<title>apt/debian/control, branch 2.3.0</title>
<subtitle>Debians commandline package manager</subtitle>
<id>https://git.kalnischkies.de/apt/atom?h=2.3.0</id>
<link rel='self' href='https://git.kalnischkies.de/apt/atom?h=2.3.0'/>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/'/>
<updated>2020-12-15T12:47:22Z</updated>
<entry>
<title>Use XXH3 for cache, hash table hashing</title>
<updated>2020-12-15T12:47:22Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2020-12-13T20:07:03Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=1460eebf2abe913df964e031eff081a57f043697'/>
<id>urn:sha1:1460eebf2abe913df964e031eff081a57f043697</id>
<content type='text'>
XXH3 is faster than both our CRC32c implementation as well
as DJB hash for hash table hashing, so meh, let's switch to
it.
</content>
</entry>
<entry>
<title>Apply multi-arch hints.</title>
<updated>2020-11-23T17:47:39Z</updated>
<author>
<name>Debian Janitor</name>
<email>janitor@jelmer.uk</email>
</author>
<published>2020-11-23T17:47:39Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=45672b5ba890cf9827bb69405e2c5a397b8242a7'/>
<id>urn:sha1:45672b5ba890cf9827bb69405e2c5a397b8242a7</id>
<content type='text'>
+ apt-doc, libapt-pkg-doc: Add Multi-Arch: foreign.

Changes-By: apply-multiarch-hints
</content>
</entry>
<entry>
<title>Bump ABI to 6.0</title>
<updated>2020-02-18T11:37:21Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2020-02-18T11:35:06Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=4cf64a718f5630f8fcee8989f5ab1b88bb1932a7'/>
<id>urn:sha1:4cf64a718f5630f8fcee8989f5ab1b88bb1932a7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>debian/control: Bump libseccomp-dev Build-Depends to &gt;= 2.4.2</title>
<updated>2020-02-10T07:59:06Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2020-02-10T07:59:06Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=6a3bdfb2f0b0ce50c12e91cb1c6b1551f9c77a00'/>
<id>urn:sha1:6a3bdfb2f0b0ce50c12e91cb1c6b1551f9c77a00</id>
<content type='text'>
Version 2.4.2 is needed for the new syscalls we added to the
whitelist.
</content>
</entry>
<entry>
<title>hashes: Use Libgcrypt for hashing purposes</title>
<updated>2020-01-14T12:10:36Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2020-01-07T18:21:40Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=814ffcfaf34ad1d35e397eeaaafefbf03faed9cf'/>
<id>urn:sha1:814ffcfaf34ad1d35e397eeaaafefbf03faed9cf</id>
<content type='text'>
Switch the code of the Hashes class to use libgcrypt, which allows
us to use hardware-accelerated implementations of SHA1 and friends.
</content>
</entry>
<entry>
<title>Drop g++ build-dependency to help crossbuilding</title>
<updated>2020-01-05T11:38:27Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2020-01-05T11:31:05Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=507f9ae50fb0078d41ac308ab8e68caacab2acd2'/>
<id>urn:sha1:507f9ae50fb0078d41ac308ab8e68caacab2acd2</id>
<content type='text'>
Introduced to help with an ABI break this is now long enough in the
past that we can go back to not explicitly depend on g++ anymore as it
is part of build-essential.

References: f63b3e01e436a8c0b4711b69a1a8794161e4c5a7
Closes: #948201
</content>
</entry>
<entry>
<title>Change soname to libapt-pkg.so.5.90</title>
<updated>2019-05-06T14:07:36Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2019-05-06T14:07:36Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=c743224c3b6ba9b7a0be4245d2d48379d66d0be3'/>
<id>urn:sha1:c743224c3b6ba9b7a0be4245d2d48379d66d0be3</id>
<content type='text'>
This is a bit experimental, and we'll go through a few stages
before reaching libapt-pkg.so.6.0.
</content>
</entry>
<entry>
<title>Merge libapt-inst into libapt-pkg</title>
<updated>2019-05-06T10:14:04Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2019-05-06T09:40:08Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=dfe2511e31f232a8a8880eba40af40d1deb0e49c'/>
<id>urn:sha1:dfe2511e31f232a8a8880eba40af40d1deb0e49c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Prevent shutdown while running dpkg</title>
<updated>2019-05-03T14:37:50Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2019-04-15T09:32:50Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=60cc44d160af02c49614653c97bfa3e4e5c9601d'/>
<id>urn:sha1:60cc44d160af02c49614653c97bfa3e4e5c9601d</id>
<content type='text'>
As long as we are running dpkg, keep an inhibitor that
blocks us from shutting down.

LP: #1820886
</content>
</entry>
<entry>
<title>Mark apt-transport-https as M-A:foreign</title>
<updated>2019-04-05T14:42:02Z</updated>
<author>
<name>Ivan Krylov</name>
<email>krylov.r00t@gmail.com</email>
</author>
<published>2019-04-05T14:20:26Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=3a0681754f97a66705cf69869751c5ac5d2c307c'/>
<id>urn:sha1:3a0681754f97a66705cf69869751c5ac5d2c307c</id>
<content type='text'>
The package is an empty dummy by now, but even before it could have made
sense as described in the bugreport and due to external requirements it
might stick around a while still.

References: afe3cd6ef1b157a07d05bbf70283e4f175813438
Closes: #905141
</content>
</entry>
</feed>
