From 5b9dc986b2707ab3c937ed0607a21c3a0cbdf488ce9d968184f8a6411e8ef215 Mon Sep 17 00:00:00 2001 From: Jordi Massaguer Date: Fri, 11 Mar 2016 09:13:43 +0000 Subject: [PATCH] - update to docker 1.10.3 (bnc#970637) Runtime Fix Docker client exiting with an "Unrecognized input header" error #20706 Fix Docker exiting if Exec is started with both AttachStdin and Detach #20647 Distribution Fix a crash when pushing multiple images sharing the same layers to the same repository in parallel #20831 Fix a panic when pushing images to a registry which uses a misconfigured token service #21030 Plugin system Fix issue preventing volume plugins to start when SELinux is enabled #20834 Prevent Docker from exiting if a volume plugin returns a null response for Get requests #20682 Fix plugin system leaking file descriptors if a plugin has an error #20680 Security Fix linux32 emulation to fail during docker build #20672 It was due to the personality syscall being blocked by the default seccomp profile. Fix Oracle XE 10g failing to start in a container #20981 It was due to the ipc syscall being blocked by the default seccomp profile. Fix user namespaces not working on Linux From Scratch #20685 Fix issue preventing daemon to start if userns is enabled and the subuid or subgid files contain comments #20725 More at https://github.com/docker/docker/releases/tag/v1.10.3 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/docker?expand=0&rev=82 --- _service | 4 ++-- docker-1.10.2.tar.xz | 3 --- docker-1.10.3.tar.xz | 3 +++ docker.changes | 21 +++++++++++++++++++++ docker.spec | 2 +- 5 files changed, 27 insertions(+), 6 deletions(-) delete mode 100644 docker-1.10.2.tar.xz create mode 100644 docker-1.10.3.tar.xz diff --git a/_service b/_service index 582909f..aeaf081 100644 --- a/_service +++ b/_service @@ -3,8 +3,8 @@ https://github.com/docker/docker.git git .git - 1.10.2 - v1.10.2 + 1.10.3 + v1.10.3 docker-*.tar diff --git a/docker-1.10.2.tar.xz b/docker-1.10.2.tar.xz deleted file mode 100644 index 178de1e..0000000 --- a/docker-1.10.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:14bf1e45e2f8d75b70f6a6c734514fbcdf61308e0934aca7935d7d8eb0bbe5bb -size 8306348 diff --git a/docker-1.10.3.tar.xz b/docker-1.10.3.tar.xz new file mode 100644 index 0000000..9004edc --- /dev/null +++ b/docker-1.10.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:981d52320b7936c294d4b433deffe7af9934b715e207d38a7a993a5a74b3862e +size 8307800 diff --git a/docker.changes b/docker.changes index f0e4cf6..847da25 100644 --- a/docker.changes +++ b/docker.changes @@ -1,4 +1,25 @@ ------------------------------------------------------------------- +Fri Mar 11 08:41:49 UTC 2016 - jmassaguerpla@suse.com + +- update to docker 1.10.3 (bnc#970637) + Runtime + Fix Docker client exiting with an "Unrecognized input header" error #20706 + Fix Docker exiting if Exec is started with both AttachStdin and Detach #20647 + Distribution + Fix a crash when pushing multiple images sharing the same layers to the same repository in parallel #20831 + Fix a panic when pushing images to a registry which uses a misconfigured token service #21030 + Plugin system + Fix issue preventing volume plugins to start when SELinux is enabled #20834 + Prevent Docker from exiting if a volume plugin returns a null response for Get requests #20682 + Fix plugin system leaking file descriptors if a plugin has an error #20680 + Security + Fix linux32 emulation to fail during docker build #20672 It was due to the personality syscall being blocked by the default seccomp profile. + Fix Oracle XE 10g failing to start in a container #20981 It was due to the ipc syscall being blocked by the default seccomp profile. + Fix user namespaces not working on Linux From Scratch #20685 + Fix issue preventing daemon to start if userns is enabled and the subuid or subgid files contain comments #20725 + + More at https://github.com/docker/docker/releases/tag/v1.10.3 +------------------------------------------------------------------- Mon Mar 7 14:09:17 UTC 2016 - normand@linux.vnet.ibm.com - more patches to build on ppc64 architecture diff --git a/docker.spec b/docker.spec index dc92c00..cd972f1 100644 --- a/docker.spec +++ b/docker.spec @@ -19,7 +19,7 @@ %define git_version 9e83765 %define go_arches %ix86 x86_64 Name: docker -Version: 1.10.2 +Version: 1.10.3 Release: 0 Summary: The Linux container runtime License: Apache-2.0