<feed xmlns='http://www.w3.org/2005/Atom'>
<title>apt, branch 1.0.9.4</title>
<subtitle>Debians commandline package manager</subtitle>
<id>https://git.kalnischkies.de/apt/atom?h=1.0.9.4</id>
<link rel='self' href='https://git.kalnischkies.de/apt/atom?h=1.0.9.4'/>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/'/>
<updated>2014-12-03T13:51:18Z</updated>
<entry>
<title>release 1.0.9.4</title>
<updated>2014-12-03T13:51:18Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2014-12-03T13:51:07Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=b391a29ce926c4cedfaa6daee835927305252483'/>
<id>urn:sha1:b391a29ce926c4cedfaa6daee835927305252483</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Spanish program translation update</title>
<updated>2014-12-03T11:09:21Z</updated>
<author>
<name>Manuel "Venturi" Porras Peralta</name>
<email>venturi@openmailbox.org</email>
</author>
<published>2014-12-03T11:09:21Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=da265076927655088d4633b69f372139489f64ff'/>
<id>urn:sha1:da265076927655088d4633b69f372139489f64ff</id>
<content type='text'>
Closes: 771815
</content>
</entry>
<entry>
<title>support long keyids in "apt-key del" instead of ignoring them</title>
<updated>2014-11-28T15:15:39Z</updated>
<author>
<name>James McCoy</name>
<email>jamessan@debian.org</email>
</author>
<published>2014-11-28T13:21:06Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=69d8b8537af1dd52db5f2e0e785bdce3e52fdf8d'/>
<id>urn:sha1:69d8b8537af1dd52db5f2e0e785bdce3e52fdf8d</id>
<content type='text'>
apt-key given a long keyid reports just "OK" all the time, but doesn't
delete the mentioned key as it doesn't find the key.

Note: In debian/experimental this was closed with
29f1b977100aeb6d6ebd38923eeb7a623e264ffe which just added the testcase
as the rewrite of apt-key had fixed this as well.

Closes: 754436
</content>
</entry>
<entry>
<title>fix PTY interaction on linux and kfreebsd</title>
<updated>2014-11-28T15:15:39Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2014-11-17T23:59:39Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=299aea924ccef428219ed6f1a026c122678429e6'/>
<id>urn:sha1:299aea924ccef428219ed6f1a026c122678429e6</id>
<content type='text'>
We run dpkg on its own pty, so we can log its output and have our own
output around it (like the progress bar), while also allowing debconf
and configfile prompts to happen.

In commit 223ae57d468fdcac451209a095047a07a5698212 we changed to
constantly reopening the slave for kfreebsd. This has the sideeffect
though that in some cases slave and master will lose their connection on
linux, so that no output is passed along anymore. We fix this by having
always an fd referencing the slave open (linux), but we don't use it
(kfreebsd).

Failing to get our PTY up and running has many (bad) consequences
including (not limited to, nor all at ones or in any case) garbled ouput,
no output, no logging, a (partial) mixture of the previous items, …
This commit is therefore also reshuffling quiet a bit of the creation
code to get especially the output part up and running on linux and the
logging for kfreebsd.

Note that the testcase tries to cover some cases, but this is an
interactivity issue so only interactive usage can really be a good test.

Closes: 765687
</content>
</entry>
<entry>
<title>close leaking slave fd after setting up pty magic</title>
<updated>2014-11-28T15:15:39Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2014-11-17T14:06:35Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=9fc0b435593839de47098212f0ae5f15b6263099'/>
<id>urn:sha1:9fc0b435593839de47098212f0ae5f15b6263099</id>
<content type='text'>
The fd moves out of scope here anyway, so we should close it properly
instead of leaking it which will tickle down to dpkg maintainer scripts.

Closes: 767774
</content>
</entry>
<entry>
<title>Japanese program translation update</title>
<updated>2014-11-28T12:53:03Z</updated>
<author>
<name>Kenshi Muto</name>
<email>kmuto@debian.org</email>
</author>
<published>2014-11-28T12:46:07Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=2901c54193d013d618158bee821ed2108bb12c7f'/>
<id>urn:sha1:2901c54193d013d618158bee821ed2108bb12c7f</id>
<content type='text'>
Closes: 763033
</content>
</entry>
<entry>
<title>Turkish program translation update</title>
<updated>2014-11-28T12:53:03Z</updated>
<author>
<name>Mert Dirik</name>
<email>mertdirik@gmail.com</email>
</author>
<published>2014-11-28T12:43:43Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=e35fd8191f61d2345252242daf566edea19b4c64'/>
<id>urn:sha1:e35fd8191f61d2345252242daf566edea19b4c64</id>
<content type='text'>
Closes: 763379
</content>
</entry>
<entry>
<title>Czech program translation update</title>
<updated>2014-11-28T12:53:03Z</updated>
<author>
<name>Miroslav Kure</name>
<email>kurem@debian.cz</email>
</author>
<published>2014-11-28T12:39:57Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=dad3796540eb812be9db80067f614a275fbd9763'/>
<id>urn:sha1:dad3796540eb812be9db80067f614a275fbd9763</id>
<content type='text'>
Closes: 764055
</content>
</entry>
<entry>
<title>Chinese (simplified) program translation update</title>
<updated>2014-11-28T12:53:03Z</updated>
<author>
<name>Zhou Mo</name>
<email>cdluminate@gmail.com</email>
</author>
<published>2014-11-28T12:30:39Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=b9974edc49d9cc0bf5951ced7a94cd5dc4270b78'/>
<id>urn:sha1:b9974edc49d9cc0bf5951ced7a94cd5dc4270b78</id>
<content type='text'>
Closes: 766170
</content>
</entry>
<entry>
<title>French program translation update</title>
<updated>2014-11-28T12:53:03Z</updated>
<author>
<name>Julien Patriarca</name>
<email>leatherface@debian.org</email>
</author>
<published>2014-11-28T12:24:32Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=1993719fc34aa74945773f208f50de8a5caa7770'/>
<id>urn:sha1:1993719fc34aa74945773f208f50de8a5caa7770</id>
<content type='text'>
Closes: 766755
</content>
</entry>
</feed>
