<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot/package/docker-engine, branch 2016.11.2</title>
<subtitle>OpenPOWER buildroot sources</subtitle>
<id>https://git.raptorcs.com/git/buildroot/atom?h=2016.11.2</id>
<link rel='self' href='https://git.raptorcs.com/git/buildroot/atom?h=2016.11.2'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/'/>
<updated>2017-01-23T14:50:54+00:00</updated>
<entry>
<title>docker-engine: security bump to version 1.12.6</title>
<updated>2017-01-23T14:50:54+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>peter@korsgaard.com</email>
</author>
<published>2017-01-22T21:39:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=af96b7fd097c7ddf1718085c1c66d3a2d85ff031'/>
<id>urn:sha1:af96b7fd097c7ddf1718085c1c66d3a2d85ff031</id>
<content type='text'>
Fixes runC privilege escalation (CVE-2016-9962).

Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
(cherry picked from commit 157ddf77e403c6ee00faef44fc32f8f679964204)
</content>
</entry>
<entry>
<title>docker-engine: fix docker version output</title>
<updated>2017-01-23T14:50:45+00:00</updated>
<author>
<name>Christian Stewart</name>
<email>christian@paral.in</email>
</author>
<published>2016-12-24T06:02:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=5bd3fdec1153718ac4ac77dcd99ec29053ac858d'/>
<id>urn:sha1:5bd3fdec1153718ac4ac77dcd99ec29053ac858d</id>
<content type='text'>
At compile-time the docker build scripts generate a version file used
to build the output of the docker version command. This file is
generated somewhat properly by the Buildroot build system, however the
version number and commit ID are incorrectly formatted. This patch fixes
the output to the correct format.

This is important as some tools like WeaveWorks won't even start unless
they can parse the Docker Version output correctly.

[Peter: strip v from version using patsusbt]
Signed-off-by: Christian Stewart &lt;christian@paral.in&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;

(cherry picked from commit 0533484eb7e2ff8500406035c59d2c3c2c07dda3)
</content>
</entry>
<entry>
<title>docker-engine: bump version to v1.12.5</title>
<updated>2017-01-23T14:50:15+00:00</updated>
<author>
<name>Christian Stewart</name>
<email>christian@paral.in</email>
</author>
<published>2016-12-23T07:37:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=7aea7079fbf3e4bdc43ecc157e30df319dc9a122'/>
<id>urn:sha1:7aea7079fbf3e4bdc43ecc157e30df319dc9a122</id>
<content type='text'>
Signed-off-by: Christian Stewart &lt;christian@paral.in&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
(cherry picked from commit 3eddce6ea04a752388bec22a623320290a5834b5)
</content>
</entry>
<entry>
<title>docker-engine: security bump to 1.12.3</title>
<updated>2016-12-19T22:14:28+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>peter@korsgaard.com</email>
</author>
<published>2016-12-14T23:03:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=7dbd36d931caa9ef865333b8ca865ef2078d9bb9'/>
<id>urn:sha1:7dbd36d931caa9ef865333b8ca865ef2078d9bb9</id>
<content type='text'>
Fixes CVE-2016-8867: https://forums.docker.com/t/docker-1-12-2-security-advisory/23975

Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
(cherry picked from commit 35e5e7d49956b00ac940b6d336f1ea68f6aebbbb)
</content>
</entry>
<entry>
<title>docker-engine: needs pkg-config</title>
<updated>2016-12-19T22:14:27+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>peter@korsgaard.com</email>
</author>
<published>2016-12-14T22:39:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=59bd179c35f10478d7acc732649844da76748e4d'/>
<id>urn:sha1:59bd179c35f10478d7acc732649844da76748e4d</id>
<content type='text'>
Fixes:
http://autobuild.buildroot.org/results/fcc/fcc32f6cdc46f354a016a9b137d4f51d4054cdb6/
http://autobuild.buildroot.org/results/083/0832b7be86c525522e2caed66246d5aeb365afb2/
http://autobuild.buildroot.org/results/ede/ede0ddf0c5685ece8443a9b1bbd5c63b4d98af33/

pkg-config is used for some of the docker-engine dependencies (at least
libseccomp and libsystemd), so make sure it is available.

The make.sh script used to configure docker-engine uses the PKG_CONFIG
variable, but the libseccomp-golang go module simply uses whatever
pkg-config binary it finds in the path at build time, so also pass
TARGET_MAKE_ENV to ensure our cross-pkg-config is used.

For consistency and robustness against future changes, use both approaches
for the configure and build steps.

Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
(cherry picked from commit c4a7d95e1925b1fc68dc1776444944ca906a7fc5)
</content>
</entry>
<entry>
<title>package/lvm2: disable for musl toolchains</title>
<updated>2016-10-25T21:25:32+00:00</updated>
<author>
<name>Romain Naour</name>
<email>romain.naour@gmail.com</email>
</author>
<published>2016-08-23T22:33:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=6874d691cea4a37f1cfcec0e7cf124f283fc30ef'/>
<id>urn:sha1:6874d691cea4a37f1cfcec0e7cf124f283fc30ef</id>
<content type='text'>
lvm2 doesn't build with musl toolchains due to several assignment of read-only
variable like stdin, stdout and stderr.
Also, it use mallinfo function which is not available with musl.

These issues has been reported upstream [2] but some of them remains
even with the latest stable release 2.02.163.

Fixes:
http://autobuild.buildroot.net/results/3d4df873a3d4fa199e03d8aa8694eafeac474e5a
[...]

[1] http://lists.busybox.net/pipermail/buildroot/2016-August/170592.html
[2] https://www.redhat.com/archives/linux-lvm/2016-February/msg00024.html

Signed-off-by: Romain Naour &lt;romain.naour@gmail.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>docker-engine: add iptables runtime dependency</title>
<updated>2016-10-19T21:18:45+00:00</updated>
<author>
<name>Christian Stewart</name>
<email>christian@paral.in</email>
</author>
<published>2016-10-19T21:05:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=092d3e5e0c28f131e1a6bf375273f4d8f7c2f16d'/>
<id>urn:sha1:092d3e5e0c28f131e1a6bf375273f4d8f7c2f16d</id>
<content type='text'>
The Docker engine calls iptables internally:

https://github.com/docker/libnetwork/blob/2c921b/iptables/iptables.go#L400

Signed-off-by: Christian Stewart &lt;christian@paral.in&gt;
[Thomas: fix indentation.]
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>docker-engine: bump to v1.12.2</title>
<updated>2016-10-19T07:47:31+00:00</updated>
<author>
<name>Christian Stewart</name>
<email>christian@paral.in</email>
</author>
<published>2016-10-19T04:53:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=cd73cac9d57dc8583bc810902596e0b59cc7ed75'/>
<id>urn:sha1:cd73cac9d57dc8583bc810902596e0b59cc7ed75</id>
<content type='text'>
Signed-off-by: Christian Stewart &lt;christian@paral.in&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>package/docker-engine: fix unmet dependencies</title>
<updated>2016-09-11T13:43:57+00:00</updated>
<author>
<name>Yann E. MORIN</name>
<email>yann.morin.1998@free.fr</email>
</author>
<published>2016-09-11T12:38:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=b8cc37fc7a9533e06c1fb0547be87875b8fd70fc'/>
<id>urn:sha1:b8cc37fc7a9533e06c1fb0547be87875b8fd70fc</id>
<content type='text'>
Properly propagate dependencies from docker-containerd to fix the
following unmet dependencies:

    warning: (BR2_PACKAGE_DOCKER_ENGINE_DAEMON) selects
    BR2_PACKAGE_DOCKER_CONTAINERD which has unmet direct dependencies
    (BR2_PACKAGE_HOST_GO_ARCH_SUPPORTS &amp;&amp;
    BR2_PACKAGE_HOST_GO_CGO_LINKING_SUPPORTS &amp;&amp; BR2_TOOLCHAIN_HAS_THREADS &amp;&amp;
    BR2_USE_MMU &amp;&amp; BR2_USE_WCHAR)

Signed-off-by: "Yann E. MORIN" &lt;yann.morin.1998@free.fr&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>package/docker-engine: bump to v1.12.0</title>
<updated>2016-08-25T22:04:01+00:00</updated>
<author>
<name>Christian Stewart</name>
<email>christian@paral.in</email>
</author>
<published>2016-08-12T03:58:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=cd7db14272cf019bcb133b9ef0f88b0959e87ac5'/>
<id>urn:sha1:cd7db14272cf019bcb133b9ef0f88b0959e87ac5</id>
<content type='text'>
Bump docker-engine to the latest stable v1.12.0 from v1.12.0-rc3.

Signed-off-by: Christian Stewart &lt;christian@paral.in&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
(cherry picked from commit f892015d78eb0f2cc7ddd754beabcf41bfa6da6b)
</content>
</entry>
</feed>
