| Message ID | 20260311082153.258506-2-gijs.peskens@munisense.com |
|---|---|
| State | New |
| Headers | show |
| Series | [meta-oe] libssh: upgrade 0.13.3 -> 0.11.4 | expand |
> -----Original Message----- > From: openembedded-devel@lists.openembedded.org <openembedded- > devel@lists.openembedded.org> On Behalf Of Gijs Peskens via > lists.openembedded.org > Sent: Wednesday, March 11, 2026 9:21 > To: openembedded-devel@lists.openembedded.org > Cc: Gijs Peskens <gijs.peskens@munisense.com> > Subject: [oe] [meta-oe][PATCH] libssh: upgrade 0.13.3 -> 0.11.4 Typo in version - 0.13.3 should be 0.11.3 > > Signed-off-by: Gijs Peskens <gijs.peskens@munisense.com> > --- > .../libssh/{libssh_0.11.3.bb => libssh_0.11.4.bb} | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > rename meta-oe/recipes-support/libssh/{libssh_0.11.3.bb => libssh_0.11.4.bb} > (92%) > > diff --git a/meta-oe/recipes-support/libssh/libssh_0.11.3.bb b/meta-oe/recipes- > support/libssh/libssh_0.11.4.bb > similarity index 92% > rename from meta-oe/recipes-support/libssh/libssh_0.11.3.bb > rename to meta-oe/recipes-support/libssh/libssh_0.11.4.bb > index 5928581312..fd4631cc55 100644 > --- a/meta-oe/recipes-support/libssh/libssh_0.11.3.bb > +++ b/meta-oe/recipes-support/libssh/libssh_0.11.4.bb > @@ -13,7 +13,7 @@ SRC_URI = > "git://git.libssh.org/projects/libssh.git;protocol=https;branch=stable > > SRC_URI:append:toolchain-clang = " file://0001-CompilerChecks.cmake-drop- > Wunused-variable-flag.patch" > > -SRCREV = "301d0e16dfa8a5cac1cff956b6880ca90eb82864" > +SRCREV = "ca9c055d7c78ce357346ac7c2b14047568d47aa1" > > > inherit cmake ptest > @@ -50,3 +50,4 @@ BBCLASSEXTEND = "native nativesdk" > > CVE_STATUS[CVE-2025-5987] = "fixed-version: The vulnerability was fixed in > 0.11.2" > CVE_STATUS[CVE-2025-5318] = "fixed-version: The vulnerability was fixed in > 0.11.2" > +CVE_STATUS[CVE-2026-3731] = "fixed-version: The vulnerability was fixed in > 0.11.4" This should not be added, NVD has this CVE marked correctly as <= 0.11.3 > -- > 2.43.0
diff --git a/meta-oe/recipes-support/libssh/libssh_0.11.3.bb b/meta-oe/recipes-support/libssh/libssh_0.11.4.bb similarity index 92% rename from meta-oe/recipes-support/libssh/libssh_0.11.3.bb rename to meta-oe/recipes-support/libssh/libssh_0.11.4.bb index 5928581312..fd4631cc55 100644 --- a/meta-oe/recipes-support/libssh/libssh_0.11.3.bb +++ b/meta-oe/recipes-support/libssh/libssh_0.11.4.bb @@ -13,7 +13,7 @@ SRC_URI = "git://git.libssh.org/projects/libssh.git;protocol=https;branch=stable SRC_URI:append:toolchain-clang = " file://0001-CompilerChecks.cmake-drop-Wunused-variable-flag.patch" -SRCREV = "301d0e16dfa8a5cac1cff956b6880ca90eb82864" +SRCREV = "ca9c055d7c78ce357346ac7c2b14047568d47aa1" inherit cmake ptest @@ -50,3 +50,4 @@ BBCLASSEXTEND = "native nativesdk" CVE_STATUS[CVE-2025-5987] = "fixed-version: The vulnerability was fixed in 0.11.2" CVE_STATUS[CVE-2025-5318] = "fixed-version: The vulnerability was fixed in 0.11.2" +CVE_STATUS[CVE-2026-3731] = "fixed-version: The vulnerability was fixed in 0.11.4"
Signed-off-by: Gijs Peskens <gijs.peskens@munisense.com> --- .../libssh/{libssh_0.11.3.bb => libssh_0.11.4.bb} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename meta-oe/recipes-support/libssh/{libssh_0.11.3.bb => libssh_0.11.4.bb} (92%)