<feed xmlns='http://www.w3.org/2005/Atom'>
<title>apt/debian, branch 2.7.11</title>
<subtitle>Debians commandline package manager</subtitle>
<id>https://git.kalnischkies.de/apt/atom?h=2.7.11</id>
<link rel='self' href='https://git.kalnischkies.de/apt/atom?h=2.7.11'/>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/'/>
<updated>2024-02-13T15:31:44Z</updated>
<entry>
<title>Release 2.7.11</title>
<updated>2024-02-13T15:31:44Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2024-02-13T15:31:44Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=8e60b18f9b583dcd252f962b06905d99043a27d1'/>
<id>urn:sha1:8e60b18f9b583dcd252f962b06905d99043a27d1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add public phased update API</title>
<updated>2024-02-13T13:27:27Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2024-02-12T13:48:48Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=a8352c2859a6f84b36fa5cd0af89231cb656b1ce'/>
<id>urn:sha1:a8352c2859a6f84b36fa5cd0af89231cb656b1ce</id>
<content type='text'>
This moves the functions of the PhasedUpgrader class into
various other classes so they can be publicly exposed.

This introduces three new functions:

pkgDepCache::PhasingApplied() tells you whether phasing should
be applied to the package.

pkgProblemResolver::KeepPhasedUpdates() keeps back updates that
have phasing applied.

pkgCache::VerIterator::IsSecurityUpdate() determines whether this
version contains security fixes.
</content>
</entry>
<entry>
<title>Release 2.7.10</title>
<updated>2024-01-19T08:33:31Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2024-01-19T08:31:50Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=3663365969a496e590bc70f448dbdf0bec52f2a2'/>
<id>urn:sha1:3663365969a496e590bc70f448dbdf0bec52f2a2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add Conflicts: apt-verify</title>
<updated>2024-01-19T08:30:39Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2024-01-19T08:25:31Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=910924ed7ecacc538e082ff9a81914119ba7838c'/>
<id>urn:sha1:910924ed7ecacc538e082ff9a81914119ba7838c</id>
<content type='text'>
The APT team is very concerned about the encroachement of its
namespace and the impact on security of its file verification
process. We have expressed those concerns in the ITP bug, but
the package was nonetheless uploaded and accepted, so we have
to take this extraordinary step to protect our users.

Gbp-Dch: full
</content>
</entry>
<entry>
<title>Release 2.7.9</title>
<updated>2024-01-11T09:06:14Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2024-01-11T09:05:29Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=ed053de346d92c1a4218a7b80a20158f3535fe2a'/>
<id>urn:sha1:ed053de346d92c1a4218a7b80a20158f3535fe2a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Release 2.7.8</title>
<updated>2024-01-08T10:46:15Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2024-01-08T10:46:15Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=559ad32ed4d88e3216c3e12197bb54a9364f733f'/>
<id>urn:sha1:559ad32ed4d88e3216c3e12197bb54a9364f733f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Release 2.7.7</title>
<updated>2023-11-22T15:46:03Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2023-11-22T15:46:03Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=4e344a4c1d2862b7cdb900a20222bc22ac5edcf7'/>
<id>urn:sha1:4e344a4c1d2862b7cdb900a20222bc22ac5edcf7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump Priority to required to match Debian archive</title>
<updated>2023-11-15T12:39:40Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2023-11-15T12:39:40Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=7e41e657c4fa9152cb2c551825748c59efaf5800'/>
<id>urn:sha1:7e41e657c4fa9152cb2c551825748c59efaf5800</id>
<content type='text'>
This unbreaks mmdebstrap scenarios if you mirror Debian or use
a distro where apt did not get overridden to required.

Reported-By: josch on IRC, following discovery by helmut
Gbp-Dch: full
</content>
</entry>
<entry>
<title>Revert "Do not fail on systems running in FIPSmode."</title>
<updated>2023-10-04T12:52:29Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2023-10-04T12:52:29Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=b92934a1904cd6dd1dfdab283d27cd34ca2dbe44'/>
<id>urn:sha1:b92934a1904cd6dd1dfdab283d27cd34ca2dbe44</id>
<content type='text'>
This reverts commit 668451def296afeb0c358a7d80ff39dc546defab.
</content>
</entry>
<entry>
<title>Release 2.7.6</title>
<updated>2023-09-20T08:52:12Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2023-09-20T08:25:32Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=a79b29f32141b17cf8f923e1f2bc377749c555d8'/>
<id>urn:sha1:a79b29f32141b17cf8f923e1f2bc377749c555d8</id>
<content type='text'>
Translation template reordering carnage :D
</content>
</entry>
</feed>
