<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot/package/docker-engine/docker-engine.mk, branch 2017.02</title>
<subtitle>OpenPOWER buildroot sources</subtitle>
<id>https://git.raptorcs.com/git/buildroot/atom?h=2017.02</id>
<link rel='self' href='https://git.raptorcs.com/git/buildroot/atom?h=2017.02'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/'/>
<updated>2017-01-23T08:07:35+00:00</updated>
<entry>
<title>docker-engine: security bump to version 1.12.6</title>
<updated>2017-01-23T08:07:35+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=157ddf77e403c6ee00faef44fc32f8f679964204'/>
<id>urn:sha1:157ddf77e403c6ee00faef44fc32f8f679964204</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;
</content>
</entry>
<entry>
<title>docker-engine: fix docker version output</title>
<updated>2016-12-25T22:09:35+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=0533484eb7e2ff8500406035c59d2c3c2c07dda3'/>
<id>urn:sha1:0533484eb7e2ff8500406035c59d2c3c2c07dda3</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;
</content>
</entry>
<entry>
<title>docker-engine: bump version to v1.12.5</title>
<updated>2016-12-23T08:15:19+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=3eddce6ea04a752388bec22a623320290a5834b5'/>
<id>urn:sha1:3eddce6ea04a752388bec22a623320290a5834b5</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>docker-engine: security bump to 1.12.3</title>
<updated>2016-12-15T16:10:15+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=35e5e7d49956b00ac940b6d336f1ea68f6aebbbb'/>
<id>urn:sha1:35e5e7d49956b00ac940b6d336f1ea68f6aebbbb</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;
</content>
</entry>
<entry>
<title>docker-engine: needs pkg-config</title>
<updated>2016-12-15T16:08:52+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=c4a7d95e1925b1fc68dc1776444944ca906a7fc5'/>
<id>urn:sha1:c4a7d95e1925b1fc68dc1776444944ca906a7fc5</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;
</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: 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>
<entry>
<title>docker-engine: new package</title>
<updated>2016-07-27T21:22:54+00:00</updated>
<author>
<name>Christian Stewart</name>
<email>christian@paral.in</email>
</author>
<published>2016-07-24T21:10:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=e099f37013034173fbd7497a85fa167c21e0a69f'/>
<id>urn:sha1:e099f37013034173fbd7497a85fa167c21e0a69f</id>
<content type='text'>
Docker is a platform to build, ship, and run applications in portable
containers.

Signed-off-by: Christian Stewart &lt;christian@paral.in&gt;
[Thomas: drop LIBRARY_PATH, as suggested by Christian.]
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
</feed>
