<feed xmlns='http://www.w3.org/2005/Atom'>
<title>apk-tools/src, branch 2.8-stable</title>
<subtitle>Alpine Package Keeper, the 2.x tree
</subtitle>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/apk-tools/'/>
<entry>
<title>url: add "Cache-Control: no-cache" header with --force-refresh</title>
<updated>2018-01-09T07:56:15+00:00</updated>
<author>
<name>Timo Teräs</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2018-01-03T13:20:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/apk-tools/commit/?id=ecc6d60e64cb6bc9cb76a4e22d4113a76cd75bdb'/>
<id>ecc6d60e64cb6bc9cb76a4e22d4113a76cd75bdb</id>
<content type='text'>
fixes #8161

(cherry picked from commit 2da67940d50865d206f6a79165ce7b3de5a90de3)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixes #8161

(cherry picked from commit 2da67940d50865d206f6a79165ce7b3de5a90de3)
</pre>
</div>
</content>
</entry>
<entry>
<title>split --force to several --force-[type] options</title>
<updated>2018-01-09T07:56:10+00:00</updated>
<author>
<name>Timo Teräs</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2018-01-03T13:17:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/apk-tools/commit/?id=17bb6c7c5ba3625ebd93e6e0019b5401126e53f4'/>
<id>17bb6c7c5ba3625ebd93e6e0019b5401126e53f4</id>
<content type='text'>
This unloads --force as several of the things are really not wanted
together. E.g. --force-refresh is a lot different from --force-broken-world
and doing --force to get the other might introduce unwanted behaviour.

--force is still kept for backwards compatibility and it enables
most things --force was used for.

(cherry picked from commit 039ff3bd466819909a5295a43e40947a9e0b6c16)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This unloads --force as several of the things are really not wanted
together. E.g. --force-refresh is a lot different from --force-broken-world
and doing --force to get the other might introduce unwanted behaviour.

--force is still kept for backwards compatibility and it enables
most things --force was used for.

(cherry picked from commit 039ff3bd466819909a5295a43e40947a9e0b6c16)
</pre>
</div>
</content>
</entry>
<entry>
<title>add new umbrella flag --initramfs-diskless-boot</title>
<updated>2018-01-09T07:55:58+00:00</updated>
<author>
<name>Henrik Riomar</name>
<email>henrik.riomar@gmail.com</email>
</author>
<published>2018-01-03T09:31:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/apk-tools/commit/?id=46d2a419213e5e355e49066ab014ba3274d2fb87'/>
<id>46d2a419213e5e355e49066ab014ba3274d2fb87</id>
<content type='text'>
This flag enables a group of options used during initramfs tmpfs
initial install.

(cherry picked from commit e0eff8742f342c2c23e1d7ee081f3afd08cb5169)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This flag enables a group of options used during initramfs tmpfs
initial install.

(cherry picked from commit e0eff8742f342c2c23e1d7ee081f3afd08cb5169)
</pre>
</div>
</content>
</entry>
<entry>
<title>add new flag --no-commit-hooks</title>
<updated>2018-01-09T07:55:33+00:00</updated>
<author>
<name>Henrik Riomar</name>
<email>henrik.riomar@gmail.com</email>
</author>
<published>2017-12-29T20:10:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/apk-tools/commit/?id=f62d6ce1287a02e65b19abc47f0dc23041d38941'/>
<id>f62d6ce1287a02e65b19abc47f0dc23041d38941</id>
<content type='text'>
This flag skips running hook scripts

This flag *must* be used during initramfs tmpfs initial install.
The reason that this new flag is needed is that the hooks will currently
always fail as musl and /bin/sh is missing at this stage on diskless.

(cherry picked from commit 23cb10477537a2bbf40ac06a61046f75f2b160c5)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This flag skips running hook scripts

This flag *must* be used during initramfs tmpfs initial install.
The reason that this new flag is needed is that the hooks will currently
always fail as musl and /bin/sh is missing at this stage on diskless.

(cherry picked from commit 23cb10477537a2bbf40ac06a61046f75f2b160c5)
</pre>
</div>
</content>
</entry>
<entry>
<title>db: fix triggers to report deleted directories</title>
<updated>2018-01-09T07:55:21+00:00</updated>
<author>
<name>Timo Teräs</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2018-01-03T07:31:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/apk-tools/commit/?id=6ee77576e7c16c23784c69f82d90be98deb07515'/>
<id>6ee77576e7c16c23784c69f82d90be98deb07515</id>
<content type='text'>
This change just changes to keep deleted directory items in
the hash with ref count zero and modified flag set. Those entries
are reused when needed. The side effect is that fire_triggers()
will now see those removed direcotries and reports them. Other
enumerators of the directories hash are protected to skip removed
directories when appropriate.

(cherry picked from commit b0fcc56f221e749271bb2aa13e151699e62b09ac)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change just changes to keep deleted directory items in
the hash with ref count zero and modified flag set. Those entries
are reused when needed. The side effect is that fire_triggers()
will now see those removed direcotries and reports them. Other
enumerators of the directories hash are protected to skip removed
directories when appropriate.

(cherry picked from commit b0fcc56f221e749271bb2aa13e151699e62b09ac)
</pre>
</div>
</content>
</entry>
<entry>
<title>commit: properly analyze packages with provides="$pkgname"</title>
<updated>2018-01-09T07:54:53+00:00</updated>
<author>
<name>Timo Teräs</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2018-01-02T13:35:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/apk-tools/commit/?id=4d22966dacff6bad9f27a950fb6b5a2d2b1c4b21'/>
<id>4d22966dacff6bad9f27a950fb6b5a2d2b1c4b21</id>
<content type='text'>
(cherry picked from commit 667cb6bca799e58f58f22ad868761c022c6600dc)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 667cb6bca799e58f58f22ad868761c022c6600dc)
</pre>
</div>
</content>
</entry>
<entry>
<title>solver: fix potential install_if processing failure, fixes #8237</title>
<updated>2018-01-09T07:52:56+00:00</updated>
<author>
<name>Timo Teräs</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2017-12-12T13:14:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/apk-tools/commit/?id=685795f24c7d37298c363bb70dc98e3a95ef4c81'/>
<id>685795f24c7d37298c363bb70dc98e3a95ef4c81</id>
<content type='text'>
In discovery phase, there was logic to not process packages
multiple times. However, that logic failed to account the package's
depth and install_if state for the name being processed. This
caused install_if processing failure in certain topologies of the
dependency graph. Adds also a test case that should catch this
issue reliably.

(cherry picked from commit 8e7fd3e06f300bd76b659db1164da1ee12f16870)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In discovery phase, there was logic to not process packages
multiple times. However, that logic failed to account the package's
depth and install_if state for the name being processed. This
caused install_if processing failure in certain topologies of the
dependency graph. Adds also a test case that should catch this
issue reliably.

(cherry picked from commit 8e7fd3e06f300bd76b659db1164da1ee12f16870)
</pre>
</div>
</content>
</entry>
<entry>
<title>fetch: print additional error diagnostics in verbose mode</title>
<updated>2018-01-09T07:52:48+00:00</updated>
<author>
<name>Timo Teräs</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2017-11-28T14:25:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/apk-tools/commit/?id=594bc1fb46c4fbe9b46ec9aa40221ace46f7f4e4'/>
<id>594bc1fb46c4fbe9b46ec9aa40221ace46f7f4e4</id>
<content type='text'>
(cherry picked from commit 97d8aab0c2e53ee82589a591637028294a6ab449)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 97d8aab0c2e53ee82589a591637028294a6ab449)
</pre>
</div>
</content>
</entry>
<entry>
<title>solver: consider virtual provides to exclude non-provides transitively</title>
<updated>2017-10-27T12:20:03+00:00</updated>
<author>
<name>Timo Teräs</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2017-10-27T12:18:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/apk-tools/commit/?id=e03716ff3baa73061b45235754bd9eaa53346337'/>
<id>e03716ff3baa73061b45235754bd9eaa53346337</id>
<content type='text'>
this fixes package selection when a 'real' package exists, but would
need to be provided by another package with 'virtual provides'.

In current package database this can happen with postgresql which is
also provided by postgresql-bdr. Normally postgresql would be satisfied
by postgresql, but if any package depends on postgresql-bdr and there's
no versioned dependency on postgresql this will help apk figure out
that postgresql-bdr should be used.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this fixes package selection when a 'real' package exists, but would
need to be provided by another package with 'virtual provides'.

In current package database this can happen with postgresql which is
also provided by postgresql-bdr. Normally postgresql would be satisfied
by postgresql, but if any package depends on postgresql-bdr and there's
no versioned dependency on postgresql this will help apk figure out
that postgresql-bdr should be used.
</pre>
</div>
</content>
</entry>
<entry>
<title>io: fix skip and splice to detect unexpected end-of-file</title>
<updated>2017-10-12T10:35:46+00:00</updated>
<author>
<name>Timo Teräs</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2017-10-12T10:35:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/apk-tools/commit/?id=2f3c8420493a731556909eb3ebd6d50478fb7b24'/>
<id>2f3c8420493a731556909eb3ebd6d50478fb7b24</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
