<feed xmlns='http://www.w3.org/2005/Atom'>
<title>apt, branch 1.6_alpha3</title>
<subtitle>Debians commandline package manager</subtitle>
<id>https://git.kalnischkies.de/apt/atom?h=1.6_alpha3</id>
<link rel='self' href='https://git.kalnischkies.de/apt/atom?h=1.6_alpha3'/>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/'/>
<updated>2017-10-28T15:57:48Z</updated>
<entry>
<title>Release 1.6~alpha3</title>
<updated>2017-10-28T15:57:48Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2017-10-28T15:57:48Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=d1f04727b5678869362492a78fa9e5cae9812ed3'/>
<id>urn:sha1:d1f04727b5678869362492a78fa9e5cae9812ed3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use store: instead of gzip: to open local changelogs</title>
<updated>2017-10-28T12:02:27Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2017-10-28T11:54:28Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=cd54ff9554e65da3bf7be76a89ccd7fb1e32c2c1'/>
<id>urn:sha1:cd54ff9554e65da3bf7be76a89ccd7fb1e32c2c1</id>
<content type='text'>
Regression-Of: cc1f94c95373670fdfdb8e2d6cf9125181f7df0c
</content>
</entry>
<entry>
<title>Also use FindULL for checking if the size tags is valid</title>
<updated>2017-10-28T09:54:33Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2017-10-28T09:45:28Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=197a813cc87f50262c6faac68916c3e9a60e4d5c'/>
<id>urn:sha1:197a813cc87f50262c6faac68916c3e9a60e4d5c</id>
<content type='text'>
It used FindI() &gt; 0, but if it is too big, FindI() would
cause an error "Cannot convert %s to integer: out of range",
so let's also use FindULL() here.

Gbp-Dch: ignore
</content>
</entry>
<entry>
<title>Prevent overflow in Installed-Size (and Size) in apt show</title>
<updated>2017-10-28T09:35:39Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2017-10-28T08:59:55Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=a6375472a41af7f1521369d0c22a858d7051ab18'/>
<id>urn:sha1:a6375472a41af7f1521369d0c22a858d7051ab18</id>
<content type='text'>
Installed-Size for linux-image-4.13.0-1-amd64-dbg and friends
are larger than 4 GB, but read as a signed integer - that's
fine so far, as the value is in KB, but it's multiplied with
1024 which overflows. So let's read it as unsigned long long
instead.

While we're at it, also use unsigned long long for Size, in
case that is bigger than 2 GB.
</content>
</entry>
<entry>
<title>seccomp: Allow clock_nanosleep() and nanosleep() syscalls</title>
<updated>2017-10-27T19:58:27Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2017-10-27T19:58:27Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=cfb6061b82daa67def0349938bf6267c37e9906d'/>
<id>urn:sha1:cfb6061b82daa67def0349938bf6267c37e9906d</id>
<content type='text'>
We sleep in http.cc, so we should allow the sleeping syscalls.
</content>
</entry>
<entry>
<title>Drop unused gzip, lzma, bzip2, and xz symlinks of store</title>
<updated>2017-10-26T20:41:42Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2017-10-26T20:41:42Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=cc1f94c95373670fdfdb8e2d6cf9125181f7df0c'/>
<id>urn:sha1:cc1f94c95373670fdfdb8e2d6cf9125181f7df0c</id>
<content type='text'>
The store method replaced them all, the symlinks where mostly
for partial upgrades or whatever, they should not be needed
any longer.
</content>
</entry>
<entry>
<title>seccomp: Allow ipc() for fakeroot, and allow sysinfo() for sort</title>
<updated>2017-10-26T18:54:28Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2017-10-26T15:42:58Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=b514128890d5cf96a76393e8d261d79e0be7f0e4'/>
<id>urn:sha1:b514128890d5cf96a76393e8d261d79e0be7f0e4</id>
<content type='text'>
Sorting apparently calls sysconf() which calls sysinfo() to get
free pages or whatever.

Closes: #879814, #879826
</content>
</entry>
<entry>
<title>debian/tests/control: Add dpkg so we get triggered by it</title>
<updated>2017-10-26T11:21:23Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2017-10-26T11:21:23Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=b1989ab988cf4da47f979933e551b6dda694dcf2'/>
<id>urn:sha1:b1989ab988cf4da47f979933e551b6dda694dcf2</id>
<content type='text'>
We do want to get our autopkgtests triggered by dpkg uploads
in Ubuntu, but this does not happen because we don't have
an explicit dependency on it. Add one.
</content>
</entry>
<entry>
<title>Release 1.6~alpha2</title>
<updated>2017-10-25T22:32:46Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2017-10-25T22:32:46Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=b8061d510680ed2acea54c8051133d80a6c199d4'/>
<id>urn:sha1:b8061d510680ed2acea54c8051133d80a6c199d4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>CMake: Get rid of some debugging messages</title>
<updated>2017-10-25T22:30:48Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2017-10-25T22:30:48Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=924eaf3c1a7f7d002a151b173805864b54671371'/>
<id>urn:sha1:924eaf3c1a7f7d002a151b173805864b54671371</id>
<content type='text'>
This fixes a regression introduced in

commit 43b9eb5bac15666fdc0346aca7031fab0fa5e064

  CMake: methods: Cleanup link libraries, use OBJECT libraries

Gbp-Dch: ignore
</content>
</entry>
</feed>
