Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/python-sqlparse: add CPE variables
@ 2024-01-20 20:11 Fabrice Fontaine
  2024-01-20 23:04 ` Yann E. MORIN
  2024-02-03 12:12 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2024-01-20 20:11 UTC (permalink / raw)
  To: buildroot; +Cc: James Hilliard, Fabrice Fontaine, Asaf Kahlon

cpe:2.3:a:sqlparse_project:sqlparse is a valid CPE identifier for this
package:

  https://nvd.nist.gov/products/cpe/detail/BB69AE3A-3268-4EDF-95AF-A05BB61B686F

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/python-sqlparse/python-sqlparse.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/python-sqlparse/python-sqlparse.mk b/package/python-sqlparse/python-sqlparse.mk
index 23b1338e49..48b1a24822 100644
--- a/package/python-sqlparse/python-sqlparse.mk
+++ b/package/python-sqlparse/python-sqlparse.mk
@@ -10,5 +10,7 @@ PYTHON_SQLPARSE_SITE = https://files.pythonhosted.org/packages/ba/fa/5b7662b04b6
 PYTHON_SQLPARSE_SETUP_TYPE = setuptools
 PYTHON_SQLPARSE_LICENSE = BSD-3-Clause
 PYTHON_SQLPARSE_LICENSE_FILES = LICENSE
+PYTHON_SQLPARSE_CPE_ID_VENDOR = sqlparse_project
+PYTHON_SQLPARSE_CPE_ID_PRODUCT = sqlparse
 
 $(eval $(python-package))
-- 
2.43.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH 1/1] package/python-sqlparse: add CPE variables
  2024-01-20 20:11 [Buildroot] [PATCH 1/1] package/python-sqlparse: add CPE variables Fabrice Fontaine
@ 2024-01-20 23:04 ` Yann E. MORIN
  2024-02-03 12:12 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2024-01-20 23:04 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: James Hilliard, Asaf Kahlon, buildroot

Fabrice, All,

On 2024-01-20 21:11 +0100, Fabrice Fontaine spake thusly:
> cpe:2.3:a:sqlparse_project:sqlparse is a valid CPE identifier for this
> package:
> 
>   https://nvd.nist.gov/products/cpe/detail/BB69AE3A-3268-4EDF-95AF-A05BB61B686F
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Applied to master, along with all the similar patches up to
python-gunicorn, thanks!

Regards,
Yann E. MORIN.

> ---
>  package/python-sqlparse/python-sqlparse.mk | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/package/python-sqlparse/python-sqlparse.mk b/package/python-sqlparse/python-sqlparse.mk
> index 23b1338e49..48b1a24822 100644
> --- a/package/python-sqlparse/python-sqlparse.mk
> +++ b/package/python-sqlparse/python-sqlparse.mk
> @@ -10,5 +10,7 @@ PYTHON_SQLPARSE_SITE = https://files.pythonhosted.org/packages/ba/fa/5b7662b04b6
>  PYTHON_SQLPARSE_SETUP_TYPE = setuptools
>  PYTHON_SQLPARSE_LICENSE = BSD-3-Clause
>  PYTHON_SQLPARSE_LICENSE_FILES = LICENSE
> +PYTHON_SQLPARSE_CPE_ID_VENDOR = sqlparse_project
> +PYTHON_SQLPARSE_CPE_ID_PRODUCT = sqlparse
>  
>  $(eval $(python-package))
> -- 
> 2.43.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/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@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH 1/1] package/python-sqlparse: add CPE variables
  2024-01-20 20:11 [Buildroot] [PATCH 1/1] package/python-sqlparse: add CPE variables Fabrice Fontaine
  2024-01-20 23:04 ` Yann E. MORIN
@ 2024-02-03 12:12 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2024-02-03 12:12 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: James Hilliard, Asaf Kahlon, buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > cpe:2.3:a:sqlparse_project:sqlparse is a valid CPE identifier for this
 > package:

 >   https://nvd.nist.gov/products/cpe/detail/BB69AE3A-3268-4EDF-95AF-A05BB61B686F

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed to 2023.02.x and 2023.11.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-02-03 18:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-20 20:11 [Buildroot] [PATCH 1/1] package/python-sqlparse: add CPE variables Fabrice Fontaine
2024-01-20 23:04 ` Yann E. MORIN
2024-02-03 12:12 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox