diff mbox series

[v2] yelp: fix unterminated string

Message ID 20240708093731.5742-1-alba@thehoodiefirm.com
State New
Headers show
Series [v2] yelp: fix unterminated string | expand

Commit Message

Alba Herrerias July 8, 2024, 9:37 a.m. UTC
Signed-off-by: Alba Herrerias <alba@thehoodiefirm.com>
---
 meta-gnome/recipes-gnome/yelp/yelp_42.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Khem Raj July 8, 2024, 3:33 p.m. UTC | #1
This patch is marked as v2, which is right subject for sending an
updated version to v1, however, the content of
that patch is just the delta on top of v1,  whenever sending next
version, send the whole series and patches which are reworked
should have the new and old change squashed and sent, so we can
maintain a clean history.

On Mon, Jul 8, 2024 at 3:27 AM Alba Herrerías via
lists.openembedded.org <alba=thehoodiefirm.com@lists.openembedded.org>
wrote:
>
> Signed-off-by: Alba Herrerias <alba@thehoodiefirm.com>
> ---
>  meta-gnome/recipes-gnome/yelp/yelp_42.2.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-gnome/recipes-gnome/yelp/yelp_42.2.bb b/meta-gnome/recipes-gnome/yelp/yelp_42.2.bb
> index 69c421662..14986f265 100644
> --- a/meta-gnome/recipes-gnome/yelp/yelp_42.2.bb
> +++ b/meta-gnome/recipes-gnome/yelp/yelp_42.2.bb
> @@ -40,4 +40,4 @@ FILES:${PN} += " \
>
>  RDEPENDS:${PN} += "yelp-xsl"
>
> -CVE_STATUS[CVE-2008-3533] = "cpe-incorrect: The current version (42.2) is not affected. Fixed in 2.24.
> +CVE_STATUS[CVE-2008-3533] = "cpe-incorrect: The current version (42.2) is not affected. Fixed in 2.24."
> --
> 2.40.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#111262): https://lists.openembedded.org/g/openembedded-devel/message/111262
> Mute This Topic: https://lists.openembedded.org/mt/107100010/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
Alba Herrerias July 18, 2024, 10:29 a.m. UTC | #2
From: Ninette Adhikari <ninette@thehoodiefirm.com>

The current version (42.2) is not affected. Fixed in 2.24

Ninette Adhikari (1):
  yelp: CVE status update for CVE-2008-3533

 meta-gnome/recipes-gnome/yelp/yelp_42.2.bb | 2 ++
 1 file changed, 2 insertions(+)

--
2.44.0
diff mbox series

Patch

diff --git a/meta-gnome/recipes-gnome/yelp/yelp_42.2.bb b/meta-gnome/recipes-gnome/yelp/yelp_42.2.bb
index 69c421662..14986f265 100644
--- a/meta-gnome/recipes-gnome/yelp/yelp_42.2.bb
+++ b/meta-gnome/recipes-gnome/yelp/yelp_42.2.bb
@@ -40,4 +40,4 @@  FILES:${PN} += " \
 
 RDEPENDS:${PN} += "yelp-xsl"
 
-CVE_STATUS[CVE-2008-3533] = "cpe-incorrect: The current version (42.2) is not affected. Fixed in 2.24.
+CVE_STATUS[CVE-2008-3533] = "cpe-incorrect: The current version (42.2) is not affected. Fixed in 2.24."