From 70d0809182cfb1181ffedd25a9d9b4ce620b1dfb593b3670647033f42fc35825 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 10 Nov 2014 16:28:33 +0000 Subject: [PATCH] Accepting request 260217 from Virtualization Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/260217 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/docker?expand=0&rev=9 --- docker-1.3.0.tar.bz2 | 3 --- docker-1.3.1.tar.bz2 | 3 +++ docker.changes | 21 +++++++++++++++++++++ docker.spec | 5 ++--- 4 files changed, 26 insertions(+), 6 deletions(-) delete mode 100644 docker-1.3.0.tar.bz2 create mode 100644 docker-1.3.1.tar.bz2 diff --git a/docker-1.3.0.tar.bz2 b/docker-1.3.0.tar.bz2 deleted file mode 100644 index ee81a68..0000000 --- a/docker-1.3.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:75f6d387e38e73a2a2662223c98b91705cdb863ace124a781fce786823a40c43 -size 5641757 diff --git a/docker-1.3.1.tar.bz2 b/docker-1.3.1.tar.bz2 new file mode 100644 index 0000000..47093fc --- /dev/null +++ b/docker-1.3.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80e63f0b87e140dcf13e3a2e23909a86f9a747cf567d8161cdba3fa589de4ccd +size 5651106 diff --git a/docker.changes b/docker.changes index aab45e4..a594333 100644 --- a/docker.changes +++ b/docker.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Fri Oct 31 08:54:47 UTC 2014 - fcastelli@suse.com + +- Updated to version 1.3.1 2014-10-28) + * Security: + - Prevent fallback to SSL protocols < TLS 1.0 for client, daemon and + registry [CVE-2014-5277] + - Secure HTTPS connection to registries with certificate verification and + without HTTP fallback unless `--insecure-registry` is specified + * Runtime: + - Fix issue where volumes would not be shared + * Client: + - Fix issue with `--iptables=false` not automatically + setting `--ip-masq=false` + - Fix docker run output to non-TTY stdout + * Builder: + - Fix escaping `$` for environment variables + - Fix issue with lowercase `onbuild` Dockerfile instruction + - Restrict envrionment variable expansion to `ENV`, `ADD`, `COPY`, + `WORKDIR`, `EXPOSE`, `VOLUME` and `USER` + ------------------------------------------------------------------- Mon Oct 20 08:38:30 UTC 2014 - fcastelli@suse.com diff --git a/docker.spec b/docker.spec index a2f5101..bbed18b 100644 --- a/docker.spec +++ b/docker.spec @@ -16,10 +16,9 @@ # -%define git_version c78088f - +%define git_version 4e9bbfa Name: docker -Version: 1.3.0 +Version: 1.3.1 Release: 0 Summary: The Linux container runtime License: Apache-2.0