<feed xmlns='http://www.w3.org/2005/Atom'>
<title>apt, branch 1.5_beta2</title>
<subtitle>Debians commandline package manager</subtitle>
<id>https://git.kalnischkies.de/apt/atom?h=1.5_beta2</id>
<link rel='self' href='https://git.kalnischkies.de/apt/atom?h=1.5_beta2'/>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/'/>
<updated>2017-08-17T17:28:24Z</updated>
<entry>
<title>Release 1.5~beta2</title>
<updated>2017-08-17T17:28:24Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2017-08-17T17:28:24Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=d64ef1c36b2885f1f178f5438c1a4f67f8bdee88'/>
<id>urn:sha1:d64ef1c36b2885f1f178f5438c1a4f67f8bdee88</id>
<content type='text'>
</content>
</entry>
<entry>
<title>doc: Fix validity error in apt_auth.conf.5.xml</title>
<updated>2017-08-17T17:26:35Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2017-08-17T17:26:35Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=ea7581c9aaaaebf844d00935a1cdf8c8fee7f7f3'/>
<id>urn:sha1:ea7581c9aaaaebf844d00935a1cdf8c8fee7f7f3</id>
<content type='text'>
It contained raw text inside a refsect1

Gbp-Dch: ignore
</content>
</entry>
<entry>
<title>debian: Update symbols for libapt-pkg5.0</title>
<updated>2017-08-17T15:36:19Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2017-08-17T15:36:19Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=550907ac0e1c1337686cb30c0a05bce9690d3d59'/>
<id>urn:sha1:550907ac0e1c1337686cb30c0a05bce9690d3d59</id>
<content type='text'>
The version is probably wrong for most, but oh well,
let's just pretend we are introducing them now.
</content>
</entry>
<entry>
<title>Handle GCC 7 std::string operator ABI break</title>
<updated>2017-08-17T14:16:43Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2017-08-17T13:37:49Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=f63b3e01e436a8c0b4711b69a1a8794161e4c5a7'/>
<id>urn:sha1:f63b3e01e436a8c0b4711b69a1a8794161e4c5a7</id>
<content type='text'>
We now require gcc 7 on the packaging side, and add an appropriate
symbol to our symbols file.

Also adjust prepare-release to ignore g++ version requirements
when setting up build dependencies on CI.

Closes: #871275
</content>
</entry>
<entry>
<title>Work around float rounding change in gcc 7 on i386</title>
<updated>2017-08-12T14:03:26Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2017-08-12T14:02:45Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=79c0a12d5c2d4fd8e6bfcf3a632a452239c07fe0'/>
<id>urn:sha1:79c0a12d5c2d4fd8e6bfcf3a632a452239c07fe0</id>
<content type='text'>
This caused a build failure in the test suite.
</content>
</entry>
<entry>
<title>don't hang if multiple sources use unavailable method</title>
<updated>2017-08-04T12:33:34Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2017-08-04T10:51:34Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=e250a8d8d8ef2f8f8c5e2041f7645c49fba7aa36'/>
<id>urn:sha1:e250a8d8d8ef2f8f8c5e2041f7645c49fba7aa36</id>
<content type='text'>
APT clients always noticed if a method isn't supported and nowadays
generate a message of the form:
	E: The method driver …/foobar could not be found.
	N: Is the package apt-transport-foobar installed?

This only worked if a single source was using such an unavailable method
through as we were registering the failed config the first round and
the second would try to send requests to the not started method, which
wouldn't work and hang instead (+ hiding the error messages as they would
be shown only at the end of the execution).

Closes: 870675
</content>
</entry>
<entry>
<title>don't keep configuration files open needlessly</title>
<updated>2017-08-04T11:06:10Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2017-07-31T20:47:58Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=898d53aca8fb26f3861d0efa4d5bef8adb620a7c'/>
<id>urn:sha1:898d53aca8fb26f3861d0efa4d5bef8adb620a7c</id>
<content type='text'>
Regression-Of: 3317ad864c997f4897756c0a2989c4199e9cda62
</content>
</entry>
<entry>
<title>ftparchive: sort discovered filenames before writing indexes</title>
<updated>2017-08-04T11:06:10Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2017-07-28T16:20:14Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=d108e019d3ca74c31a1ab646ddef5c60744a5e7d'/>
<id>urn:sha1:d108e019d3ca74c31a1ab646ddef5c60744a5e7d</id>
<content type='text'>
If 'apt-ftparchive packages /path/to/files/' (or sources) is used the
files to include in the generated index (on stdout) were included in the
order in which they were discovered, which isn't a very stable order
which could lead to indexes changing without actually changing content
causing needless changes in the repository changing hashsums, pdiffs,
rsyncs, downloads, ….

This does not effect apt-ftparchive calls which already have an order
defined via a filelist (like generate) which will still print in the
order given by the filelist.

Note that a similar effect can be achieved by post-processing index
files with apt-sortpkgs.

Closes: 869557
Thanks: Chris Lamb for initial patch &amp; Stefan Lippers-Hollmann for testing
</content>
</entry>
<entry>
<title>Always warn if --force-yes is validly specified, not just if used</title>
<updated>2017-07-27T13:47:59Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2017-07-27T13:47:59Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=eb0ccb003ceedac0fd78fee05d7b8119dd04c48b'/>
<id>urn:sha1:eb0ccb003ceedac0fd78fee05d7b8119dd04c48b</id>
<content type='text'>
The code only used to warn when it came into a situation where
something actually had to be forced. Warn directly after parsing
the command-line instead, that's more accurate.
</content>
</entry>
<entry>
<title>doc: Add '--allow-unauthenticated' to '--force-yes'</title>
<updated>2017-07-27T10:54:25Z</updated>
<author>
<name>Dominik</name>
<email>Dominik-K@users.noreply.github.com</email>
</author>
<published>2017-07-27T10:38:32Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=e1d66c94e6ed6d79ba0f089fc00789bf7fd161d8'/>
<id>urn:sha1:e1d66c94e6ed6d79ba0f089fc00789bf7fd161d8</id>
<content type='text'>
</content>
</entry>
</feed>
