All of lore.kernel.org
 help / color / mirror / Atom feed
* [OE-core] [PATCH] openssh: upgrade 9.0p1 -> 9.1p1
@ 2022-10-10  8:47 Wang Mingyu
  2022-10-10  8:47 ` [OE-core] [PATCH] python3-hatchling: upgrade 1.10.0 -> 1.11.0 Wang Mingyu
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Wang Mingyu @ 2022-10-10  8:47 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

License-Update: add Kungliga Tekniska Högskolan to copyright holders

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../openssh/{openssh_9.0p1.bb => openssh_9.1p1.bb}            | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-connectivity/openssh/{openssh_9.0p1.bb => openssh_9.1p1.bb} (97%)

diff --git a/meta/recipes-connectivity/openssh/openssh_9.0p1.bb b/meta/recipes-connectivity/openssh/openssh_9.1p1.bb
similarity index 97%
rename from meta/recipes-connectivity/openssh/openssh_9.0p1.bb
rename to meta/recipes-connectivity/openssh/openssh_9.1p1.bb
index b63ea2b137..85f97b1bbb 100644
--- a/meta/recipes-connectivity/openssh/openssh_9.0p1.bb
+++ b/meta/recipes-connectivity/openssh/openssh_9.1p1.bb
@@ -6,7 +6,7 @@ and for executing commands on a remote machine."
 HOMEPAGE = "http://www.openssh.com/"
 SECTION = "console/network"
 LICENSE = "BSD-2-Clause & BSD-3-Clause & ISC & MIT"
-LIC_FILES_CHKSUM = "file://LICENCE;md5=8baf365614c9bdd63705f298c9afbfb9"
+LIC_FILES_CHKSUM = "file://LICENCE;md5=072979064e691d342002f43cd89c0394"

 DEPENDS = "zlib openssl virtual/crypt"
 DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
@@ -25,7 +25,7 @@ SRC_URI = "http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${PV}.tar
            file://sshd_check_keys \
            file://add-test-support-for-busybox.patch \
            "
-SRC_URI[sha256sum] = "03974302161e9ecce32153cfa10012f1e65c8f3750f573a73ab1befd5972a28a"
+SRC_URI[sha256sum] = "19f85009c7e3e23787f0236fbb1578392ab4d4bf9f8ec5fe6bc1cd7e8bfdd288"

 # This CVE is specific to OpenSSH with the pam opie which we don't build/use here
 CVE_CHECK_IGNORE += "CVE-2007-2768"
--
2.25.1



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

* [OE-core] [PATCH] python3-hatchling: upgrade 1.10.0 -> 1.11.0
  2022-10-10  8:47 [OE-core] [PATCH] openssh: upgrade 9.0p1 -> 9.1p1 Wang Mingyu
@ 2022-10-10  8:47 ` Wang Mingyu
  2022-10-10  8:47 ` [OE-core] [PATCH] u-boot: upgrade 2022.07 -> 2022.10 Wang Mingyu
  2022-10-10  8:47 ` [OE-core] [PATCH] python3-git: upgrade 3.1.27 -> 3.1.28 Wang Mingyu
  2 siblings, 0 replies; 4+ messages in thread
From: Wang Mingyu @ 2022-10-10  8:47 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...{python3-hatchling_1.10.0.bb => python3-hatchling_1.11.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-hatchling_1.10.0.bb => python3-hatchling_1.11.0.bb} (85%)

diff --git a/meta/recipes-devtools/python/python3-hatchling_1.10.0.bb b/meta/recipes-devtools/python/python3-hatchling_1.11.0.bb
similarity index 85%
rename from meta/recipes-devtools/python/python3-hatchling_1.10.0.bb
rename to meta/recipes-devtools/python/python3-hatchling_1.11.0.bb
index a0d41d4b0d..00c4c598b5 100644
--- a/meta/recipes-devtools/python/python3-hatchling_1.10.0.bb
+++ b/meta/recipes-devtools/python/python3-hatchling_1.11.0.bb
@@ -8,7 +8,7 @@ inherit pypi python_hatchling
 DEPENDS += "python3-pluggy-native python3-tomli-native python3-pathspec-native python3-packaging-native python3-editables-native"
 DEPENDS:remove:class-native = "python3-hatchling-native"
 
-SRC_URI[sha256sum] = "5d31f43dffaf6265c808e1b5353662ffa5146d844278b55caa6c7f74f427ec50"
+SRC_URI[sha256sum] = "a263a8c50817cd2dfcd4dd6d0d55a5ebcb078eeec9858cc3d056314b3438ec8f"
 
 do_compile:prepend() {
     export PYTHONPATH=src
-- 
2.25.1



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

* [OE-core] [PATCH] u-boot: upgrade 2022.07 -> 2022.10
  2022-10-10  8:47 [OE-core] [PATCH] openssh: upgrade 9.0p1 -> 9.1p1 Wang Mingyu
  2022-10-10  8:47 ` [OE-core] [PATCH] python3-hatchling: upgrade 1.10.0 -> 1.11.0 Wang Mingyu
@ 2022-10-10  8:47 ` Wang Mingyu
  2022-10-10  8:47 ` [OE-core] [PATCH] python3-git: upgrade 3.1.27 -> 3.1.28 Wang Mingyu
  2 siblings, 0 replies; 4+ messages in thread
From: Wang Mingyu @ 2022-10-10  8:47 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta/recipes-bsp/u-boot/u-boot-common.inc                       | 2 +-
 .../u-boot/{u-boot-tools_2022.07.bb => u-boot-tools_2022.10.bb} | 0
 .../recipes-bsp/u-boot/{u-boot_2022.07.bb => u-boot_2022.10.bb} | 0
 3 files changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-bsp/u-boot/{u-boot-tools_2022.07.bb => u-boot-tools_2022.10.bb} (100%)
 rename meta/recipes-bsp/u-boot/{u-boot_2022.07.bb => u-boot_2022.10.bb} (100%)

diff --git a/meta/recipes-bsp/u-boot/u-boot-common.inc b/meta/recipes-bsp/u-boot/u-boot-common.inc
index d7fd3c7227..60c77cbec4 100644
--- a/meta/recipes-bsp/u-boot/u-boot-common.inc
+++ b/meta/recipes-bsp/u-boot/u-boot-common.inc
@@ -12,7 +12,7 @@ PE = "1"
 
 # We use the revision in order to avoid having to fetch it from the
 # repo during parse
-SRCREV = "e092e3250270a1016c877da7bdd9384f14b1321e"
+SRCREV = "4debc57a3da6c3f4d3f89a637e99206f4cea0a96"
 
 SRC_URI = "git://source.denx.de/u-boot/u-boot.git;protocol=https;branch=master"
 
diff --git a/meta/recipes-bsp/u-boot/u-boot-tools_2022.07.bb b/meta/recipes-bsp/u-boot/u-boot-tools_2022.10.bb
similarity index 100%
rename from meta/recipes-bsp/u-boot/u-boot-tools_2022.07.bb
rename to meta/recipes-bsp/u-boot/u-boot-tools_2022.10.bb
diff --git a/meta/recipes-bsp/u-boot/u-boot_2022.07.bb b/meta/recipes-bsp/u-boot/u-boot_2022.10.bb
similarity index 100%
rename from meta/recipes-bsp/u-boot/u-boot_2022.07.bb
rename to meta/recipes-bsp/u-boot/u-boot_2022.10.bb
-- 
2.25.1



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

* [OE-core] [PATCH] python3-git: upgrade 3.1.27 -> 3.1.28
  2022-10-10  8:47 [OE-core] [PATCH] openssh: upgrade 9.0p1 -> 9.1p1 Wang Mingyu
  2022-10-10  8:47 ` [OE-core] [PATCH] python3-hatchling: upgrade 1.10.0 -> 1.11.0 Wang Mingyu
  2022-10-10  8:47 ` [OE-core] [PATCH] u-boot: upgrade 2022.07 -> 2022.10 Wang Mingyu
@ 2022-10-10  8:47 ` Wang Mingyu
  2 siblings, 0 replies; 4+ messages in thread
From: Wang Mingyu @ 2022-10-10  8:47 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../python/{python3-git_3.1.27.bb => python3-git_3.1.28.bb}     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-git_3.1.27.bb => python3-git_3.1.28.bb} (92%)

diff --git a/meta/recipes-devtools/python/python3-git_3.1.27.bb b/meta/recipes-devtools/python/python3-git_3.1.28.bb
similarity index 92%
rename from meta/recipes-devtools/python/python3-git_3.1.27.bb
rename to meta/recipes-devtools/python/python3-git_3.1.28.bb
index fb1bae8f8e..cdcd862be2 100644
--- a/meta/recipes-devtools/python/python3-git_3.1.27.bb
+++ b/meta/recipes-devtools/python/python3-git_3.1.28.bb
@@ -12,7 +12,7 @@ PYPI_PACKAGE = "GitPython"
 
 inherit pypi python_setuptools_build_meta
 
-SRC_URI[sha256sum] = "1c885ce809e8ba2d88a29befeb385fcea06338d3640712b59ca623c220bb5704"
+SRC_URI[sha256sum] = "6bd3451b8271132f099ceeaf581392eaf6c274af74bb06144307870479d0697c"
 
 DEPENDS += " ${PYTHON_PN}-gitdb"
 
-- 
2.25.1



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

end of thread, other threads:[~2022-10-10  8:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-10  8:47 [OE-core] [PATCH] openssh: upgrade 9.0p1 -> 9.1p1 Wang Mingyu
2022-10-10  8:47 ` [OE-core] [PATCH] python3-hatchling: upgrade 1.10.0 -> 1.11.0 Wang Mingyu
2022-10-10  8:47 ` [OE-core] [PATCH] u-boot: upgrade 2022.07 -> 2022.10 Wang Mingyu
2022-10-10  8:47 ` [OE-core] [PATCH] python3-git: upgrade 3.1.27 -> 3.1.28 Wang Mingyu

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.