diff --git a/_service b/_service index c01f859..a77e903 100644 --- a/_service +++ b/_service @@ -3,8 +3,8 @@ https://github.com/docker/docker.git git .git - 1.12.2 - v1.12.2 + 1.12.3 + v1.12.3 docker-*.tar diff --git a/docker-1.12.2.tar.xz b/docker-1.12.2.tar.xz deleted file mode 100644 index e6b04c1..0000000 --- a/docker-1.12.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9993ab6399b24e03929dc2d7df40dc2334f0d8f1a9253a6b2d92eb17ae3ce667 -size 11186884 diff --git a/docker-1.12.3.tar.xz b/docker-1.12.3.tar.xz new file mode 100644 index 0000000..1057cd2 --- /dev/null +++ b/docker-1.12.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:096dec850ed5124d9b822eb0dc84291a5ecbd5641ae6295eb228850d8b7805ba +size 11188896 diff --git a/docker.changes b/docker.changes index d01b335..2e637b5 100644 --- a/docker.changes +++ b/docker.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Oct 27 11:13:56 UTC 2016 - jmassaguerpla@suse.com + +- update docker to 1.12.3 + - fix bsc#1007249 - CVE-2016-8867: Fix ambient capability usage in containers + - other fixes: + https://github.com/docker/docker/releases/tag/v1.12.3 + ------------------------------------------------------------------- Thu Oct 13 11:15:17 UTC 2016 - jmassaguerpla@suse.com diff --git a/docker.spec b/docker.spec index 9b7fac7..35f4548 100644 --- a/docker.spec +++ b/docker.spec @@ -36,7 +36,7 @@ %global docker_migration_warnfile %{docker_store}/docker-update-message.txt %define docker_graph %{docker_store}/graph %define git_version 8eab29e -%define version_unconverted 1.12.2 +%define version_unconverted 1.12.3 %define docker_version 1.12.1 %define __arch_install_post export NO_BRP_STRIP_DEBUG=true # When upgrading to a new version requires the service not to be restarted @@ -45,7 +45,7 @@ # 1.10.1 %global last_migration_version 1.10.1 Name: docker -Version: 1.12.2 +Version: 1.12.3 Release: 0 Summary: The Linux container runtime License: Apache-2.0