diff mbox series

[scarthgap,17/17] ttyrun: upgrade 2.31.0 -> 2.32.0

Message ID a475523cc32cbe44032e31845dc61107b0dc518c.1714511660.git.steve@sakoman.com
State Rejected
Delegated to: Steve Sakoman
Headers show
Series [scarthgap,01/17] icu: update 74-1 -> 74-2 | expand

Commit Message

Steve Sakoman April 30, 2024, 9:24 p.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
- dbginfo.sh: dash compatible copy sequence
- rust/pv_core: Fix UvDeviceInfo::get() method
- zipl/src: Fix leak of files if run with a broken configuration
- zkey: Fix convert command to accept only keys of type CCA-AESDATA

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 5890c1b9f6892a19ac4fb145ddad683dd16ca7f7)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
---
 meta/recipes-core/ttyrun/{ttyrun_2.31.0.bb => ttyrun_2.32.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-core/ttyrun/{ttyrun_2.31.0.bb => ttyrun_2.32.0.bb} (93%)

Comments

Richard Purdie April 30, 2024, 9:39 p.m. UTC | #1
On Tue, 2024-04-30 at 14:24 -0700, Steve Sakoman via
lists.openembedded.org wrote:
> From: Wang Mingyu <wangmy@fujitsu.com>
> 
> Changelog:
> ===========
> - dbginfo.sh: dash compatible copy sequence
> - rust/pv_core: Fix UvDeviceInfo::get() method
> - zipl/src: Fix leak of files if run with a broken configuration
> - zkey: Fix convert command to accept only keys of type CCA-AESDATA
> 
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
> (cherry picked from commit 5890c1b9f6892a19ac4fb145ddad683dd16ca7f7)
> Signed-off-by: Steve Sakoman <steve@sakoman.com>
> ---
>  meta/recipes-core/ttyrun/{ttyrun_2.31.0.bb => ttyrun_2.32.0.bb} | 2
> +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  rename meta/recipes-core/ttyrun/{ttyrun_2.31.0.bb =>
> ttyrun_2.32.0.bb} (93%)
> 
> diff --git a/meta/recipes-core/ttyrun/ttyrun_2.31.0.bb
> b/meta/recipes-core/ttyrun/ttyrun_2.32.0.bb
> similarity index 93%
> rename from meta/recipes-core/ttyrun/ttyrun_2.31.0.bb
> rename to meta/recipes-core/ttyrun/ttyrun_2.32.0.bb
> index 122dd9d8e7..9a8be15dab 100644
> --- a/meta/recipes-core/ttyrun/ttyrun_2.31.0.bb
> +++ b/meta/recipes-core/ttyrun/ttyrun_2.32.0.bb
> @@ -7,7 +7,7 @@ LICENSE = "MIT"
>  LIC_FILES_CHKSUM =
> "file://LICENSE;md5=f5118f167b055bfd7c3450803f1847af"
>  
>  SRC_URI = "git://github.com/ibm-s390-linux/s390-
> tools;protocol=https;branch=master"
> -SRCREV = "6f15ed326491a17d83ca60cd2bda47fb5e8a0175"
> +SRCREV = "9eea78b3ad8ab3710fb3b2d80b9cd058d7c8aba7"
>  
>  S = "${WORKDIR}/git"
>  

Note that we only effectively pick/build iucvterm/src/ out of that repo
so these changes are probably totally unrelated to what we actually
compile.

I took them into master as it keeps things simple and they likely don't
harm scarthgap but I doubt they actually change much either.

Cheers,

Richard
diff mbox series

Patch

diff --git a/meta/recipes-core/ttyrun/ttyrun_2.31.0.bb b/meta/recipes-core/ttyrun/ttyrun_2.32.0.bb
similarity index 93%
rename from meta/recipes-core/ttyrun/ttyrun_2.31.0.bb
rename to meta/recipes-core/ttyrun/ttyrun_2.32.0.bb
index 122dd9d8e7..9a8be15dab 100644
--- a/meta/recipes-core/ttyrun/ttyrun_2.31.0.bb
+++ b/meta/recipes-core/ttyrun/ttyrun_2.32.0.bb
@@ -7,7 +7,7 @@  LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=f5118f167b055bfd7c3450803f1847af"
 
 SRC_URI = "git://github.com/ibm-s390-linux/s390-tools;protocol=https;branch=master"
-SRCREV = "6f15ed326491a17d83ca60cd2bda47fb5e8a0175"
+SRCREV = "9eea78b3ad8ab3710fb3b2d80b9cd058d7c8aba7"
 
 S = "${WORKDIR}/git"