Accepting request 437554 from Virtualization:containers

- 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

- Fix go version to 1.5 (bsc#977394)

OBS-URL: https://build.opensuse.org/request/show/437554
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/docker?expand=0&rev=45
This commit is contained in:
Dominique Leuenberger 2016-10-31 08:56:29 +00:00 committed by Git OBS Bridge
commit d91d32cb0d
5 changed files with 20 additions and 7 deletions

View File

@ -3,8 +3,8 @@
<param name="url">https://github.com/docker/docker.git</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="versionformat">1.12.2</param>
<param name="revision">v1.12.2</param>
<param name="versionformat">1.12.3</param>
<param name="revision">v1.12.3</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">docker-*.tar</param>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9993ab6399b24e03929dc2d7df40dc2334f0d8f1a9253a6b2d92eb17ae3ce667
size 11186884

3
docker-1.12.3.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:096dec850ed5124d9b822eb0dc84291a5ecbd5641ae6295eb228850d8b7805ba
size 11188896

View File

@ -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
@ -275,6 +283,11 @@ Fri Apr 29 09:04:54 UTC 2016 - asarai@suse.de
- Revert deprecation of non-existing host directories auto-creation ([#22065](https://github.com/docker/docker/pull/22065))
- Hide misleading rpc error on daemon shutdown ([#22058](https://github.com/docker/docker/pull/22058))
-------------------------------------------------------------------
Wed Apr 27 10:29:47 UTC 2016 - jmassaguerpla@suse.com
- Fix go version to 1.5 (bsc#977394)
-------------------------------------------------------------------
Fri Apr 22 10:43:37 UTC 2016 - asarai@suse.de

View File

@ -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