All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 20/25] package/python3-decorator: add _CPE_ID_VENDOR and _CPE_ID_PRODUCT
Date: Tue, 20 Apr 2021 22:58:59 +0200	[thread overview]
Message-ID: <20210420205859.GI298901@scaer> (raw)
In-Reply-To: <20210420205629.GH298901@scaer>

Matthew, All,

On 2021-04-20 22:56 +0200, Yann E. MORIN spake thusly:
> On 2021-04-20 15:11 -0500, Matt Weber spake thusly:
> > cpe:2.3:a:python:decorator:* is a valid CPE identifier for this package:
> > 
> >  https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe:2.3:a:python:decorator
> > 
> > Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com>
> > ---
> >  package/python3-decorator/python3-decorator.mk | 2 ++
> >  1 file changed, 2 insertions(+)
> > 
> > diff --git a/package/python3-decorator/python3-decorator.mk b/package/python3-decorator/python3-decorator.mk
> > index c14f10fbf4..e6f940a95c 100644
> > --- a/package/python3-decorator/python3-decorator.mk
> > +++ b/package/python3-decorator/python3-decorator.mk
> > @@ -11,6 +11,8 @@ PYTHON3_DECORATOR_SOURCE = decorator-$(PYTHON3_DECORATOR_VERSION).tar.gz
> >  PYTHON3_DECORATOR_LICENSE = BSD-2-Clause
> >  PYTHON3_DECORATOR_LICENSE_FILES = LICENSE.txt
> >  PYTHON3_DECORATOR_SETUP_TYPE = setuptools
> > +PYTHON3_DECORATOR_CPE_ID_VENDOR = python
> > +PYTHON3_DECORATOR_CPE_ID_PRODUCT = decorator
> 
> At the top of the file, there's a comment:
> 
>     # Please keep in sync with package/python-decorator/python-decorator.mk
> 
> So, could you respin this one with both packages changed at once,
> please?

Forget it, it's already there...

/me rubs his eyes...

Yes, it's already there. 

Sorry for the noise (but the commit could have stated that ;-) )...

Regards,
Yann E. MORIN.

> Regards,
> Yann E. MORIN.
> 
> >  HOST_PYTHON3_DECORATOR_NEEDS_HOST_PYTHON = python3
> >  
> >  $(eval $(host-python-package))
> > -- 
> > 2.17.1
> > 
> > _______________________________________________
> > buildroot mailing list
> > buildroot at busybox.net
> > http://lists.busybox.net/mailman/listinfo/buildroot
> 
> -- 
> .-----------------.--------------------.------------------.--------------------.
> |  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
> | +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
> | +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
> | http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
> '------------------------------^-------^------------------^--------------------'
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

  reply	other threads:[~2021-04-20 20:58 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-20 20:11 [Buildroot] [PATCH 01/25] package/automake: add _CPE_ID_VENDOR Matt Weber
2021-04-20 20:11 ` [Buildroot] [PATCH 02/25] package/c-periphery: " Matt Weber
2021-04-20 20:11 ` [Buildroot] [PATCH 03/25] package/cgroupfs-mount: " Matt Weber
2021-04-20 20:11 ` [Buildroot] [PATCH 04/25] package/cmake: " Matt Weber
2021-04-20 20:11 ` [Buildroot] [PATCH 05/25] package/gperf: add _CPE_ID_VENDOR and _CPE_ID_PRODUCT Matt Weber
2021-04-20 20:11 ` [Buildroot] [PATCH 06/25] package/iproute2: add _CPE_ID_VENDOR Matt Weber
2021-04-20 20:11 ` [Buildroot] [PATCH 07/25] package/iputils: " Matt Weber
2021-04-20 20:11 ` [Buildroot] [PATCH 08/25] package/json-for-modern-cpp: " Matt Weber
2021-04-20 20:11 ` [Buildroot] [PATCH 09/25] package/libcap: " Matt Weber
2021-04-20 20:11 ` [Buildroot] [PATCH 10/25] package/libdaemon: " Matt Weber
2021-04-20 20:11 ` [Buildroot] [PATCH 11/25] package/libnl: " Matt Weber
2021-04-20 20:11 ` [Buildroot] [PATCH 12/25] package/libqmi: " Matt Weber
2021-04-20 21:20   ` Yann E. MORIN
2021-04-20 20:11 ` [Buildroot] [PATCH 13/25] package/libtool: " Matt Weber
2021-04-20 20:49   ` Yann E. MORIN
2021-04-20 21:07     ` Matthew Weber
2021-04-20 21:29       ` Yann E. MORIN
2021-04-20 20:11 ` [Buildroot] [PATCH 14/25] package/make: " Matt Weber
2021-04-20 20:11 ` [Buildroot] [PATCH 15/25] package/openresolv: " Matt Weber
2021-04-20 20:11 ` [Buildroot] [PATCH 16/25] package/parted: " Matt Weber
2021-04-20 20:11 ` [Buildroot] [PATCH 17/25] package/pkgconf: " Matt Weber
2021-04-20 20:11 ` [Buildroot] [PATCH 18/25] package/popt: " Matt Weber
2021-04-20 20:11 ` [Buildroot] [PATCH 19/25] package/pugixml: " Matt Weber
2021-04-20 20:11 ` [Buildroot] [PATCH 20/25] package/python3-decorator: add _CPE_ID_VENDOR and _CPE_ID_PRODUCT Matt Weber
2021-04-20 20:56   ` Yann E. MORIN
2021-04-20 20:58     ` Yann E. MORIN [this message]
2021-04-20 20:11 ` [Buildroot] [PATCH 21/25] package/python3-setuptools: add _CPE_ID_VENDOR and_CPE_ID_PRODUCT Matt Weber
2021-04-20 20:11 ` [Buildroot] [PATCH 22/25] package/rng-tools: add _CPE_ID_VENDOR Matt Weber
2021-04-20 20:11 ` [Buildroot] [PATCH 23/25] package/rp-pppoe: " Matt Weber
2021-04-20 20:11 ` [Buildroot] [PATCH 24/25] package/sysstat: " Matt Weber
2021-04-20 20:11 ` [Buildroot] [PATCH 25/25] package/sysvinit: " Matt Weber
2021-04-20 21:32 ` [Buildroot] [PATCH 01/25] package/automake: " Yann E. MORIN
2021-04-26 13:20   ` Peter Korsgaard

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=20210420205859.GI298901@scaer \
    --to=yann.morin.1998@free.fr \
    --cc=buildroot@busybox.net \
    /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 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.