meta-virtualization.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
From: nmali <narpat.mali@windriver.com>
To: <meta-virtualization@lists.yoctoproject.org>
Subject: [meta-virtualization][PATCH 1/1] docker-distribution: upgrade to 2.8.2
Date: Mon, 28 Aug 2023 12:56:19 +0000	[thread overview]
Message-ID: <20230828125619.3221366-1-narpat.mali@windriver.com> (raw)

From: Narpat Mali <narpat.mali@windriver.com>

Changelog:
https://github.com/distribution/distribution/releases

- Revert registry/client: set Accept: identity header when getting layers by @ndeloof in #3783
- Parse http forbidden as denied by @vvoland in #3914
- Fix CVE-2022-28391 by bumping alpine from 3.14 to 3.16 by @thaJeztah (#3650)
- Fix CVE-2023-2253 runaway allocation on /v2/_catalog by @josegomezr 521ea3d9
- Fix panic in inmemory driver by @wy65701436 in #3815
- bump up golang version (alternative) by @thaJeztah in #3903
- Dockerfile: update xx to v1.2.1 by @thaJeztah in #3907
- update to go1.19.9 by @thaJeztah in #3908
- Add code to handle pagination of parts. Fixes max layer size of 10GB bug by @DavidSpek in #3893
- Dockerfile: fix filenames of artifacts by @thaJeztah in #3911

Signed-off-by: Narpat Mali <narpat.mali@windriver.com>
---
 .../docker-distribution/docker-distribution_git.bb            | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-containers/docker-distribution/docker-distribution_git.bb b/recipes-containers/docker-distribution/docker-distribution_git.bb
index d05d0131..1aad06dc 100644
--- a/recipes-containers/docker-distribution/docker-distribution_git.bb
+++ b/recipes-containers/docker-distribution/docker-distribution_git.bb
@@ -3,7 +3,7 @@ SUMMARY = "The Docker toolset to pack, ship, store, and deliver content"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314"
 
-SRCREV_distribution= "dc5b207fdd294c57dfef59017df60088b27d2668"
+SRCREV_distribution= "7c354a4b40feeea21d7eeae4de91c8ff7951e672"
 SRC_URI = "git://github.com/docker/distribution.git;branch=release/2.8;name=distribution;destsuffix=git/src/github.com/docker/distribution;protocol=https \
            file://docker-registry.service \
            file://0001-build-use-to-use-cross-go-compiler.patch \
@@ -11,7 +11,7 @@ SRC_URI = "git://github.com/docker/distribution.git;branch=release/2.8;name=dist
 
 PACKAGES =+ "docker-registry"
 
-PV = "v2.8.1+git${SRCPV}"
+PV = "v2.8.2+git${SRCPV}"
 S = "${WORKDIR}/git/src/github.com/docker/distribution"
 
 GO_IMPORT = "import"
-- 
2.40.0



             reply	other threads:[~2023-08-28 12:56 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-28 12:56 nmali [this message]
2023-08-29  2:01 ` [meta-virtualization][PATCH 1/1] docker-distribution: upgrade to 2.8.2 Bruce Ashfield

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230828125619.3221366-1-narpat.mali@windriver.com \
    --to=narpat.mali@windriver.com \
    --cc=meta-virtualization@lists.yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).