<feed xmlns='http://www.w3.org/2005/Atom'>
<title>apt/doc/apt-secure.8.xml, branch 1.3</title>
<subtitle>Debians commandline package manager</subtitle>
<id>https://git.kalnischkies.de/apt/atom?h=1.3</id>
<link rel='self' href='https://git.kalnischkies.de/apt/atom?h=1.3'/>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/'/>
<updated>2016-08-06T21:20:36Z</updated>
<entry>
<title>releasing package apt version 1.3~pre3+cmake2</title>
<updated>2016-08-06T21:20:36Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2016-08-06T21:18:46Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=4b94063cc2df28baf2a60970e230b780f9951d8e'/>
<id>urn:sha1:4b94063cc2df28baf2a60970e230b780f9951d8e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>releasing package apt version 1.3~pre3+cmake1</title>
<updated>2016-08-06T20:49:28Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2016-08-06T20:49:28Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=8970deacc29d826c8a5d5b297f0150b0ad194b73'/>
<id>urn:sha1:8970deacc29d826c8a5d5b297f0150b0ad194b73</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Release 1.3~pre3</title>
<updated>2016-08-04T08:25:36Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2016-08-04T08:25:36Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=c69e82559b29171f0dfc66abc8ac236d74f7201e'/>
<id>urn:sha1:c69e82559b29171f0dfc66abc8ac236d74f7201e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Release 1.3~pre2</title>
<updated>2016-07-08T12:34:37Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2016-07-08T12:33:44Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=b8c465aa89406d6bba17e8ecf04710eae2c71d08'/>
<id>urn:sha1:b8c465aa89406d6bba17e8ecf04710eae2c71d08</id>
<content type='text'>
Yes, we might still add new features to 1.3 or break some more
stuff. Stay tuned!
</content>
</entry>
<entry>
<title>Release 1.3~pre1</title>
<updated>2016-07-07T18:39:03Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2016-07-07T18:38:00Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=4bdf29d39c401ac479f6486469328fa648f9feab'/>
<id>urn:sha1:4bdf29d39c401ac479f6486469328fa648f9feab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Release 1.3~exp3</title>
<updated>2016-06-22T12:51:31Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2016-06-22T12:51:31Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=14e325c7e4b33e8fc6d33b99d1ffd3b934d26ed0'/>
<id>urn:sha1:14e325c7e4b33e8fc6d33b99d1ffd3b934d26ed0</id>
<content type='text'>
Quite a huge churn of new strings.
</content>
</entry>
<entry>
<title>add insecure (and weak) allow-options for sources.list</title>
<updated>2016-06-22T12:05:01Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2016-06-20T18:50:43Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=d03b947b0ce4f87d7d5cc48d4d274ab3bd0b289a'/>
<id>urn:sha1:d03b947b0ce4f87d7d5cc48d4d274ab3bd0b289a</id>
<content type='text'>
Weak had no dedicated option before and Insecure and Downgrade were both
global options, which given the effect they all have on security is
rather bad. Setting them for individual repositories only isn't great
but at least slightly better and also more consistent with other
settings for repositories.
</content>
</entry>
<entry>
<title>forbid insecure repositories by default expect in apt-get</title>
<updated>2016-06-22T12:05:01Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2016-03-18T13:46:24Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=952ee63b0af14a534c0aca00c11d1a99be6b22b2'/>
<id>urn:sha1:952ee63b0af14a534c0aca00c11d1a99be6b22b2</id>
<content type='text'>
With this commit all APT-based clients default to refusing to work with
unsigned or otherwise insufficently secured repositories. In terms of
apt and apt-get this changes nothing, but it effects all tools using
libapt like aptitude, synaptic or packagekit.

The exception remains apt-get for stretch for now as this might break
too many scripts/usecases too quickly.

The documentation is updated and extended to reflect how to opt out or
in on this behaviour change.

Closes: 808367
</content>
</entry>
<entry>
<title>update manpage last-modified from git via pre-export hook</title>
<updated>2015-11-25T14:20:10Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2015-11-22T18:02:13Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=ab5b1d0d31b2fbdc4896f8a107611ff056d6a668'/>
<id>urn:sha1:ab5b1d0d31b2fbdc4896f8a107611ff056d6a668</id>
<content type='text'>
Never updating this information is wrong, updating it automatically
isn't super correct either, but it seems conventional to have it and
updating it more often than needed seems better than updating it never.

Git-Dch: Ignore
</content>
</entry>
<entry>
<title>review apt-secure(8) manpage</title>
<updated>2015-11-25T14:20:10Z</updated>
<author>
<name>Justin B Rye</name>
<email>justin.byam.rye@gmail.com</email>
</author>
<published>2015-11-22T10:14:47Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=0900a074f8333c483497ad5ca5bb77f2d9645a09'/>
<id>urn:sha1:0900a074f8333c483497ad5ca5bb77f2d9645a09</id>
<content type='text'>
</content>
</entry>
</feed>
