All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] docker-distribution: update to 2.6.2
@ 2017-08-24  1:13 Yi Zhao
  2017-08-24  3:35 ` Bruce Ashfield
  0 siblings, 1 reply; 3+ messages in thread
From: Yi Zhao @ 2017-08-24  1:13 UTC (permalink / raw)
  To: meta-virtualization, mark.asselstine, bruce.ashfield

CVE-2017-11468 is fixed in this release.

Reference:
https://nvd.nist.gov/vuln/detail/CVE-2017-11468

Release note:
https://github.com/docker/distribution/releases/tag/v2.6.2

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
---
 .../{docker-distribution_git.bb => docker-distribution_2.6.2.bb}     | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
 rename recipes-containers/docker-distribution/{docker-distribution_git.bb => docker-distribution_2.6.2.bb} (90%)

diff --git a/recipes-containers/docker-distribution/docker-distribution_git.bb b/recipes-containers/docker-distribution/docker-distribution_2.6.2.bb
similarity index 90%
rename from recipes-containers/docker-distribution/docker-distribution_git.bb
rename to recipes-containers/docker-distribution/docker-distribution_2.6.2.bb
index 08b6d70..b0a380b 100644
--- a/recipes-containers/docker-distribution/docker-distribution_git.bb
+++ b/recipes-containers/docker-distribution/docker-distribution_2.6.2.bb
@@ -3,14 +3,13 @@ SUMMARY = "The Docker toolset to pack, ship, store, and deliver content"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314"
 
-SRCREV_distribution="0810eba2adf048b77621472991211924d9ec31c5"
-SRC_URI = "git://github.com/docker/distribution.git;branch=master;name=distribution;destsuffix=git/src/github.com/docker/distribution \
+SRCREV_distribution="48294d928ced5dd9b378f7fd7c6f5da3ff3f2c89"
+SRC_URI = "git://github.com/docker/distribution.git;branch=release/2.6;name=distribution;destsuffix=git/src/github.com/docker/distribution \
            file://docker-registry.service \
           "
 
 PACKAGES =+ "docker-registry"
 
-PV = "v2.6.0-rc+git${SRCPV}"
 S = "${WORKDIR}/git/src/github.com/docker/distribution"
 
 inherit goarch
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] docker-distribution: update to 2.6.2
  2017-08-24  1:13 [PATCH] docker-distribution: update to 2.6.2 Yi Zhao
@ 2017-08-24  3:35 ` Bruce Ashfield
  2017-08-24  4:49   ` Yi Zhao
  0 siblings, 1 reply; 3+ messages in thread
From: Bruce Ashfield @ 2017-08-24  3:35 UTC (permalink / raw)
  To: Yi Zhao; +Cc: meta-virtualization, Mark Asselstine

[-- Attachment #1: Type: text/plain, Size: 2202 bytes --]

On Wed, Aug 23, 2017 at 9:13 PM, Yi Zhao <yi.zhao@windriver.com> wrote:

> CVE-2017-11468 is fixed in this release.
>
> Reference:
> https://nvd.nist.gov/vuln/detail/CVE-2017-11468
>
> Release note:
> https://github.com/docker/distribution/releases/tag/v2.6.2
>
> Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
> ---
>  .../{docker-distribution_git.bb => docker-distribution_2.6.2.bb}     | 5
> ++---
>  1 file changed, 2 insertions(+), 3 deletions(-)
>  rename recipes-containers/docker-distribution/{docker-distribution_git.bb
> => docker-distribution_2.6.2.bb} (90%)
>
> diff --git a/recipes-containers/docker-distribution/docker-
> distribution_git.bb b/recipes-containers/docker-distribution/docker-
> distribution_2.6.2.bb
> similarity index 90%
> rename from recipes-containers/docker-distribution/docker-
> distribution_git.bb
> rename to recipes-containers/docker-distribution/docker-
> distribution_2.6.2.bb
> index 08b6d70..b0a380b 100644
> --- a/recipes-containers/docker-distribution/docker-distribution_git.bb
> +++ b/recipes-containers/docker-distribution/docker-distribution_2.6.2.bb
> @@ -3,14 +3,13 @@ SUMMARY = "The Docker toolset to pack, ship, store, and
> deliver content"
>  LICENSE = "Apache-2.0"
>  LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314"
>
> -SRCREV_distribution="0810eba2adf048b77621472991211924d9ec31c5"
> -SRC_URI = "git://github.com/docker/distribution.git;branch=
> master;name=distribution;destsuffix=git/src/github.com/docker/distribution
> \
> +SRCREV_distribution="48294d928ced5dd9b378f7fd7c6f5da3ff3f2c89"
> +SRC_URI = "git://github.com/docker/distribution.git;branch=
> release/2.6;name=distribution;destsuffix=git/src/github.com/
> docker/distribution \
>             file://docker-registry.service \
>            "
>
>  PACKAGES =+ "docker-registry"
>
> -PV = "v2.6.0-rc+git${SRCPV}"
>

This stays as a _git recipe. Please re-send it with _git and the PV
restored.

Bruce


>  S = "${WORKDIR}/git/src/github.com/docker/distribution"
>
>  inherit goarch
> --
> 2.7.4
>
>


-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await thee
at its end"

[-- Attachment #2: Type: text/html, Size: 4668 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] docker-distribution: update to 2.6.2
  2017-08-24  3:35 ` Bruce Ashfield
@ 2017-08-24  4:49   ` Yi Zhao
  0 siblings, 0 replies; 3+ messages in thread
From: Yi Zhao @ 2017-08-24  4:49 UTC (permalink / raw)
  To: Bruce Ashfield; +Cc: meta-virtualization, Mark Asselstine

[-- Attachment #1: Type: text/plain, Size: 3469 bytes --]



在 2017年08月24日 11:35, Bruce Ashfield 写道:
>
>
> On Wed, Aug 23, 2017 at 9:13 PM, Yi Zhao <yi.zhao@windriver.com 
> <mailto:yi.zhao@windriver.com>> wrote:
>
>     CVE-2017-11468 is fixed in this release.
>
>     Reference:
>     https://nvd.nist.gov/vuln/detail/CVE-2017-11468
>     <https://nvd.nist.gov/vuln/detail/CVE-2017-11468>
>
>     Release note:
>     https://github.com/docker/distribution/releases/tag/v2.6.2
>     <https://github.com/docker/distribution/releases/tag/v2.6.2>
>
>     Signed-off-by: Yi Zhao <yi.zhao@windriver.com
>     <mailto:yi.zhao@windriver.com>>
>     ---
>      .../{docker-distribution_git.bb
>     <http://docker-distribution_git.bb> =>
>     docker-distribution_2.6.2.bb
>     <http://docker-distribution_2.6.2.bb>}    | 5 ++---
>      1 file changed, 2 insertions(+), 3 deletions(-)
>      rename
>     recipes-containers/docker-distribution/{docker-distribution_git.bb
>     <http://docker-distribution_git.bb> =>
>     docker-distribution_2.6.2.bb
>     <http://docker-distribution_2.6.2.bb>} (90%)
>
>     diff --git
>     a/recipes-containers/docker-distribution/docker-distribution_git.bb
>     <http://docker-distribution_git.bb>
>     b/recipes-containers/docker-distribution/docker-distribution_2.6.2.bb
>     <http://docker-distribution_2.6.2.bb>
>     similarity index 90%
>     rename from
>     recipes-containers/docker-distribution/docker-distribution_git.bb
>     <http://docker-distribution_git.bb>
>     rename to
>     recipes-containers/docker-distribution/docker-distribution_2.6.2.bb
>     <http://docker-distribution_2.6.2.bb>
>     index 08b6d70..b0a380b 100644
>     ---
>     a/recipes-containers/docker-distribution/docker-distribution_git.bb
>     <http://docker-distribution_git.bb>
>     +++
>     b/recipes-containers/docker-distribution/docker-distribution_2.6.2.bb
>     <http://docker-distribution_2.6.2.bb>
>     @@ -3,14 +3,13 @@ SUMMARY = "The Docker toolset to pack, ship,
>     store, and deliver content"
>      LICENSE = "Apache-2.0"
>      LIC_FILES_CHKSUM =
>     "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314"
>
>     -SRCREV_distribution="0810eba2adf048b77621472991211924d9ec31c5"
>     -SRC_URI =
>     "git://github.com/docker/distribution.git;branch=master;name=distribution;destsuffix=git/src/github.com/docker/distribution
>     <http://github.com/docker/distribution.git;branch=master;name=distribution;destsuffix=git/src/github.com/docker/distribution>
>     \
>     +SRCREV_distribution="48294d928ced5dd9b378f7fd7c6f5da3ff3f2c89"
>     +SRC_URI =
>     "git://github.com/docker/distribution.git;branch=release/2.6;name=distribution;destsuffix=git/src/github.com/docker/distribution
>     <http://github.com/docker/distribution.git;branch=release/2.6;name=distribution;destsuffix=git/src/github.com/docker/distribution>
>     \
>                 file://docker-registry.service \
>                "
>
>      PACKAGES =+ "docker-registry"
>
>     -PV = "v2.6.0-rc+git${SRCPV}"
>
>
> This stays as a _git recipe. Please re-send it with _git and the PV 
> restored.

Thanks, I will send V2

Yi

>
> Bruce
>
>      S = "${WORKDIR}/git/src/github.com/docker/distribution
>     <http://github.com/docker/distribution>"
>
>      inherit goarch
>     --
>     2.7.4
>
>
>
>
> -- 
> "Thou shalt not follow the NULL pointer, for chaos and madness await 
> thee at its end"


[-- Attachment #2: Type: text/html, Size: 7513 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-08-24  4:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-24  1:13 [PATCH] docker-distribution: update to 2.6.2 Yi Zhao
2017-08-24  3:35 ` Bruce Ashfield
2017-08-24  4:49   ` Yi Zhao

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.