Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Perale via buildroot <buildroot@buildroot.org>
To: Thomas Perale <thomas.perale@mind.be>
Cc: buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 2/3] package/open62541: fix CPE_ID_VERSION
Date: Fri, 17 Jul 2026 17:47:33 +0200	[thread overview]
Message-ID: <20260717154733.192043-1-thomas.perale@mind.be> (raw)
In-Reply-To: <20260706100301.60854-2-thomas.perale@mind.be>

In reply of:
> Remove the prepended 'v' coming from the git version to correctly match
> with vulnerability such as [1]
> 
> [1] https://nvd.nist.gov/vuln/detail/CVE-2022-25761
> 
> Signed-off-by: Thomas Perale <thomas.perale@mind.be>

Applied to 2025.02.x & 2026.05.x. Thanks

> ---
>  package/open62541/open62541.mk | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/package/open62541/open62541.mk b/package/open62541/open62541.mk
> index 0d1abf724a..8d9c5e44bf 100644
> --- a/package/open62541/open62541.mk
> +++ b/package/open62541/open62541.mk
> @@ -4,7 +4,8 @@
>  #
>  ################################################################################
>  
> -OPEN62541_VERSION = v1.3.15
> +OPEN62541_VERSION_UPSTREAM = 1.3.15
> +OPEN62541_VERSION = v$(OPEN62541_VERSION_UPSTREAM)
>  OPEN62541_SITE_METHOD = git
>  OPEN62541_SITE = https://github.com/open62541/open62541.git
>  OPEN62541_GIT_SUBMODULES = YES
> @@ -12,6 +13,7 @@ OPEN62541_INSTALL_STAGING = YES
>  OPEN62541_LICENSE = MPL-2.0
>  OPEN62541_LICENSE_FILES = LICENSE
>  OPEN62541_CPE_ID_VENDOR = open62541
> +OPEN62541_CPE_ID_VERSION = $(OPEN62541_VERSION_UPSTREAM)
>  
>  # Force Release build to remove -Werror.
>  # Don't use git describe to get the version number.
> -- 
> 2.55.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  reply	other threads:[~2026-07-17 15:47 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-06 10:02 [Buildroot] [PATCH 1/3] package/ogre: add CPE Thomas Perale via buildroot
2026-07-06 10:03 ` [Buildroot] [PATCH 2/3] package/open62541: fix CPE_ID_VERSION Thomas Perale via buildroot
2026-07-17 15:47   ` Thomas Perale via buildroot [this message]
2026-07-06 10:03 ` [Buildroot] [PATCH 3/3] package/python-web2py: " Thomas Perale via buildroot
2026-07-17 15:47   ` Thomas Perale via buildroot
2026-07-14  9:38 ` [Buildroot] [PATCH 1/3] package/ogre: add CPE Julien Olivain via buildroot
2026-07-17 15:47 ` Thomas Perale via buildroot

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=20260717154733.192043-1-thomas.perale@mind.be \
    --to=buildroot@buildroot.org \
    --cc=thomas.perale@mind.be \
    /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