<feed xmlns='http://www.w3.org/2005/Atom'>
<title>apt, branch 2.4.4</title>
<subtitle>Debians commandline package manager</subtitle>
<id>https://git.kalnischkies.de/apt/atom?h=2.4.4</id>
<link rel='self' href='https://git.kalnischkies.de/apt/atom?h=2.4.4'/>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/'/>
<updated>2022-04-01T16:52:30Z</updated>
<entry>
<title>Release 2.4.4</title>
<updated>2022-04-01T16:52:30Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2022-04-01T16:52:30Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=023c270e27e09cad9f35908caeb933fb23f8bd79'/>
<id>urn:sha1:023c270e27e09cad9f35908caeb933fb23f8bd79</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Drop SHA2 define from config as the code is gone</title>
<updated>2022-04-01T09:44:26Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2022-04-01T09:29:31Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=d1d093713afc5ea26e75abc7c7b16d4315460a4b'/>
<id>urn:sha1:d1d093713afc5ea26e75abc7c7b16d4315460a4b</id>
<content type='text'>
We don't ship the code this define was effecting since 2020,
so defining this constant is pointless.

References: e8016805b87bead8eb3dff0d0559c5d9590b721b
Gbp-Dch: Ignore
</content>
</entry>
<entry>
<title>Recognize Static-Built-Using and order it below Built-Using</title>
<updated>2022-04-01T09:44:17Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2022-03-26T10:29:12Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=889462ec33480940a355589b0ae57987f17a86e2'/>
<id>urn:sha1:889462ec33480940a355589b0ae57987f17a86e2</id>
<content type='text'>
dpkg added a new field (see there for details) which breaks our
testcases due to an unknown field. apt doesn't make use of the field,
but we can at least order it nicely in output we generate.

References: dpkg commit 16c412439c5eac5f32930946df9006dfc13efc02
Closes: #1008759
</content>
</entry>
<entry>
<title>Release 2.4.3</title>
<updated>2022-03-21T08:22:54Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2022-03-21T08:22:54Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=d29cffc53095c9b5929b6ad45ed98aae330315e0'/>
<id>urn:sha1:d29cffc53095c9b5929b6ad45ed98aae330315e0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'pu/mailmap' into 'main'</title>
<updated>2022-03-21T08:05:11Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2022-03-21T08:05:11Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=70f0f4e61169bfbfe2c3eef82714eec4450ffe38'/>
<id>urn:sha1:70f0f4e61169bfbfe2c3eef82714eec4450ffe38</id>
<content type='text'>
Update .mailmap

See merge request apt-team/apt!230</content>
</entry>
<entry>
<title>Avoid using unqualified make_pair potentially triggering ftbfs</title>
<updated>2022-03-21T01:57:34Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2022-03-20T14:08:18Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=a0e16ddd7b274bf6b1383873315020f215e6f67a'/>
<id>urn:sha1:a0e16ddd7b274bf6b1383873315020f215e6f67a</id>
<content type='text'>
If the includes are slightly changed, we end with an error here:
apt/apt-pkg/depcache.cc:2059:31: error: ‘make_pair’ was not declared in this scope; did you mean ‘std::make_pair’?

Yes, we mean std::make_pair, but we can avoid the explicit call
altogether by using emplace_back instead of push_back.
</content>
</entry>
<entry>
<title>Fix build failure with gcc-12 due to missing include</title>
<updated>2022-03-21T01:57:24Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2022-03-20T13:24:28Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=4dd5e241af25eeac5d1b6b61b73aa73614130d7c'/>
<id>urn:sha1:4dd5e241af25eeac5d1b6b61b73aa73614130d7c</id>
<content type='text'>
apt/test/interactive-helper/aptwebserver.cc: In function ‘std::string HTMLEncode(std::string)’:
error: variable ‘constexpr const std::array&lt;std::array&lt;const char*, 2&gt;, 6&gt; htmlencode’ has initializer but incomplete type

Reported-By: Helmut Grohne on IRC
</content>
</entry>
<entry>
<title>Update .mailmap</title>
<updated>2022-03-20T21:34:44Z</updated>
<author>
<name>Guillem Jover</name>
<email>guillem@debian.org</email>
</author>
<published>2019-04-30T13:29:32Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=39507ca044d34d614127773d564b045caae98df4'/>
<id>urn:sha1:39507ca044d34d614127773d564b045caae98df4</id>
<content type='text'>
Update Ian Jackson's email address as requested in
&lt;https://lists.debian.org/debian-dpkg/2015/09/msg00015.html&gt;.

Reverse Michael Vogt @ubuntu.com local part mapping, following the form
in the most recent commits.

Other updates taken from dpkg's mailmap file.
</content>
</entry>
<entry>
<title>Release 2.4.2</title>
<updated>2022-03-17T08:18:16Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2022-03-17T08:17:39Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=d1d899f56f365178ad9f2d5073f36dc5af8226bc'/>
<id>urn:sha1:d1d899f56f365178ad9f2d5073f36dc5af8226bc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>German program translation update</title>
<updated>2022-03-12T11:33:41Z</updated>
<author>
<name>Helge Kreutzmann</name>
<email>debian@helgefjell.de</email>
</author>
<published>2022-03-12T11:31:24Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=4f380062535b0e582b18f82e945c3e50042327c5'/>
<id>urn:sha1:4f380062535b0e582b18f82e945c3e50042327c5</id>
<content type='text'>
Closes: #1007128
</content>
</entry>
</feed>
