<feed xmlns='http://www.w3.org/2005/Atom'>
<title>apt/cmdline/apt-get.cc, branch 1.1.exp1</title>
<subtitle>Debians commandline package manager</subtitle>
<id>https://git.kalnischkies.de/apt/atom?h=1.1.exp1</id>
<link rel='self' href='https://git.kalnischkies.de/apt/atom?h=1.1.exp1'/>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/'/>
<updated>2014-06-18T06:32:47Z</updated>
<entry>
<title>Merge branch 'debian/sid' into debian/experimental</title>
<updated>2014-06-18T06:32:47Z</updated>
<author>
<name>Michael Vogt</name>
<email>mvo@debian.org</email>
</author>
<published>2014-06-18T06:32:47Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=aa0bd601ea3db281187275bbbece760d85ff29d9'/>
<id>urn:sha1:aa0bd601ea3db281187275bbbece760d85ff29d9</id>
<content type='text'>
Conflicts:
	debian/changelog
</content>
</entry>
<entry>
<title>Show unauthenticated warning for source packages as well</title>
<updated>2014-06-02T06:53:09Z</updated>
<author>
<name>Michael Vogt</name>
<email>mvo@debian.org</email>
</author>
<published>2014-05-30T12:47:56Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=a3f1d60cb75ab83f63a52a43c056a4752c8fdeb2'/>
<id>urn:sha1:a3f1d60cb75ab83f63a52a43c056a4752c8fdeb2</id>
<content type='text'>
This will show the same unauthenticated warning for source packages
as for binary packages and will not download a source package if
it is unauthenticated. This can be overridden with
--allow-unauthenticated

Closes: #749795
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'upstream/debian/sid' into debian/experimental</title>
<updated>2014-05-29T10:14:42Z</updated>
<author>
<name>Michael Vogt</name>
<email>mvo@debian.org</email>
</author>
<published>2014-05-29T10:14:42Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=1f46d14620a0b58a9239fa3faa59ba79a98f6c98'/>
<id>urn:sha1:1f46d14620a0b58a9239fa3faa59ba79a98f6c98</id>
<content type='text'>
Conflicts:
	test/integration/test-bug-747261-arch-specific-conflicts
</content>
</entry>
<entry>
<title>fix screen width detection for apt/apt-get lists</title>
<updated>2014-05-22T16:18:13Z</updated>
<author>
<name>Sebastian Schmidt</name>
<email>yath@yath.de</email>
</author>
<published>2014-05-17T04:57:47Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=d287a035e07030be13f72265d4d0812086c323f5'/>
<id>urn:sha1:d287a035e07030be13f72265d4d0812086c323f5</id>
<content type='text'>
3163087b moved SigWinch(int) from apt-get.cc to private-output.cc
without moving #include &lt;sys/ioctl.h&gt;, making SigWinch a nop.

Closes: 748430, 747942
</content>
</entry>
<entry>
<title>use HashStringList in the acquire system</title>
<updated>2014-05-09T11:06:27Z</updated>
<author>
<name>David Kalnischkies</name>
<email>kalnischkies@gmail.com</email>
</author>
<published>2013-08-18T22:00:23Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=b3501edb7091ca3aa6c2d6d96dc667b8161dd2b9'/>
<id>urn:sha1:b3501edb7091ca3aa6c2d6d96dc667b8161dd2b9</id>
<content type='text'>
It is not very extensible to have the supported Hashes hardcoded
everywhere and especially if it is part of virtual method names.
It is also possible that a method does not support the 'best' hash
(yet), so we might end up not being able to verify a file even though we
have a common subset of supported hashes. And those are just two of the
cases in which it is handy to have a more dynamic selection.

The downside is that this is a MAJOR API break, but the HashStringList
has a string constructor for compatibility, so with a bit of luck the
few frontends playing with the acquire system directly are okay.
</content>
</entry>
<entry>
<title>use 'best' hash for source authentication</title>
<updated>2014-05-09T11:06:27Z</updated>
<author>
<name>David Kalnischkies</name>
<email>kalnischkies@gmail.com</email>
</author>
<published>2013-08-18T21:27:24Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=1262d35895c930f3fa49d7b4182cdd7a4a841f74'/>
<id>urn:sha1:1262d35895c930f3fa49d7b4182cdd7a4a841f74</id>
<content type='text'>
Collect all hashes we can get from the source record and put them into a
HashStringList so that 'apt-get source' can use it instead of using
always the MD5sum.

We therefore also deprecate the MD5 struct member in favor of the list.

While at it, the parsing of the Files is enhanced so that records which
miss "Files" (aka MD5 checksums) are still searched for other checksums
as they include just as much data, just not with a nice and catchy name.

LP: 1098738
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'mvo/feature/build-dep-dsc2' into debian/experimental</title>
<updated>2014-05-08T12:29:30Z</updated>
<author>
<name>Michael Vogt</name>
<email>mvo@debian.org</email>
</author>
<published>2014-05-08T12:29:30Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=070536e61cb203a9c74013be2a26322b582a9674'/>
<id>urn:sha1:070536e61cb203a9c74013be2a26322b582a9674</id>
<content type='text'>
Conflicts:
	apt-pkg/deb/debindexfile.cc
	apt-pkg/deb/debindexfile.h
	apt-pkg/deb/debsrcrecords.cc
</content>
</entry>
<entry>
<title>Merge branch 'debian/sid' into debian/experimental</title>
<updated>2014-05-07T15:55:10Z</updated>
<author>
<name>Michael Vogt</name>
<email>mvo@debian.org</email>
</author>
<published>2014-05-07T15:55:10Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=38d2959ffb8c6f5f291b2910014a67b1b352ab4c'/>
<id>urn:sha1:38d2959ffb8c6f5f291b2910014a67b1b352ab4c</id>
<content type='text'>
Conflicts:
	apt-pkg/cachefilter.h
	apt-pkg/contrib/fileutl.cc
	apt-pkg/contrib/netrc.h
	apt-pkg/deb/debsrcrecords.cc
	apt-pkg/init.h
	apt-pkg/pkgcache.cc
	debian/apt.install.in
	debian/changelog
</content>
</entry>
<entry>
<title>Fix missing ScreenWidth check in apt.cc</title>
<updated>2014-04-28T11:41:33Z</updated>
<author>
<name>Michael Vogt</name>
<email>mvo@debian.org</email>
</author>
<published>2014-04-28T11:41:33Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=3163087b04ca5c297a7c98c018ba5c30e850a11e'/>
<id>urn:sha1:3163087b04ca5c297a7c98c018ba5c30e850a11e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add support for apt-get build-dep unpacked-source-dir</title>
<updated>2014-04-25T08:01:01Z</updated>
<author>
<name>Michael Vogt</name>
<email>mvo@debian.org</email>
</author>
<published>2014-04-25T07:47:50Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=77da39b95870498431fc21df65900acc5ce2f7ea'/>
<id>urn:sha1:77da39b95870498431fc21df65900acc5ce2f7ea</id>
<content type='text'>
</content>
</entry>
</feed>
