All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/libvips: add LIBVIPS_CPE_ID_VENDOR
@ 2021-04-04 16:06 Fabrice Fontaine
  2021-04-04 16:32 ` Yann E. MORIN
  2021-04-04 20:07 ` Peter Korsgaard
  0 siblings, 2 replies; 5+ messages in thread
From: Fabrice Fontaine @ 2021-04-04 16:06 UTC (permalink / raw)
  To: buildroot

cpe:2.3:a:libvips_project:libvips is a valid CPE identifier for this
package:

  https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Alibvips_project%3Alibvips

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

diff --git a/package/libvips/libvips.mk b/package/libvips/libvips.mk
index 82c1adeb21..f7b15e8e06 100644
--- a/package/libvips/libvips.mk
+++ b/package/libvips/libvips.mk
@@ -9,6 +9,7 @@ LIBVIPS_SOURCE = vips-$(LIBVIPS_VERSION).tar.gz
 LIBVIPS_SITE = https://github.com/libvips/libvips/releases/download/v$(LIBVIPS_VERSION)
 LIBVIPS_LICENSE = LGPL-2.1+
 LIBVIPS_LICENSE_FILES = COPYING
+LIBVIPS_CPE_ID_VENDOR = libvips_project
 
 # Sparc64 compile fails, for all optimization levels except -O0. To
 # fix the problem, use -O0 with no optimization instead. Bug reported
-- 
2.30.2

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

* [Buildroot] [PATCH 1/1] package/libvips: add LIBVIPS_CPE_ID_VENDOR
  2021-04-04 16:06 [Buildroot] [PATCH 1/1] package/libvips: add LIBVIPS_CPE_ID_VENDOR Fabrice Fontaine
@ 2021-04-04 16:32 ` Yann E. MORIN
  2021-04-04 20:07 ` Peter Korsgaard
  1 sibling, 0 replies; 5+ messages in thread
From: Yann E. MORIN @ 2021-04-04 16:32 UTC (permalink / raw)
  To: buildroot

Fabrice, All,

On 2021-04-04 18:06 +0200, Fabrice Fontaine spake thusly:
> cpe:2.3:a:libvips_project:libvips is a valid CPE identifier for this
> package:
> 
>   https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Alibvips_project%3Alibvips
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/libvips/libvips.mk | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/package/libvips/libvips.mk b/package/libvips/libvips.mk
> index 82c1adeb21..f7b15e8e06 100644
> --- a/package/libvips/libvips.mk
> +++ b/package/libvips/libvips.mk
> @@ -9,6 +9,7 @@ LIBVIPS_SOURCE = vips-$(LIBVIPS_VERSION).tar.gz
>  LIBVIPS_SITE = https://github.com/libvips/libvips/releases/download/v$(LIBVIPS_VERSION)
>  LIBVIPS_LICENSE = LGPL-2.1+
>  LIBVIPS_LICENSE_FILES = COPYING
> +LIBVIPS_CPE_ID_VENDOR = libvips_project
>  
>  # Sparc64 compile fails, for all optimization levels except -O0. To
>  # fix the problem, use -O0 with no optimization instead. Bug reported
> -- 
> 2.30.2
> 
> _______________________________________________
> 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.  |
'------------------------------^-------^------------------^--------------------'

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

* [Buildroot] [PATCH 1/1] package/libvips: add LIBVIPS_CPE_ID_VENDOR
  2021-04-04 16:06 [Buildroot] [PATCH 1/1] package/libvips: add LIBVIPS_CPE_ID_VENDOR Fabrice Fontaine
  2021-04-04 16:32 ` Yann E. MORIN
@ 2021-04-04 20:07 ` Peter Korsgaard
  2021-04-05  9:28   ` Baruch Siach
  1 sibling, 1 reply; 5+ messages in thread
From: Peter Korsgaard @ 2021-04-04 20:07 UTC (permalink / raw)
  To: buildroot

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

 > cpe:2.3:a:libvips_project:libvips is a valid CPE identifier for this
 > package:

 >   https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Alibvips_project%3Alibvips

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

Committed to 2020.02.x, 2020.11.x and 2021.02.x, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 1/1] package/libvips: add LIBVIPS_CPE_ID_VENDOR
  2021-04-04 20:07 ` Peter Korsgaard
@ 2021-04-05  9:28   ` Baruch Siach
  2021-04-05  9:49     ` Peter Korsgaard
  0 siblings, 1 reply; 5+ messages in thread
From: Baruch Siach @ 2021-04-05  9:28 UTC (permalink / raw)
  To: buildroot

Hi Peter,

On Sun, Apr 04 2021, Peter Korsgaard wrote:
>>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:
>
>  > cpe:2.3:a:libvips_project:libvips is a valid CPE identifier for this
>  > package:
>
>  >   https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Alibvips_project%3Alibvips
>
>  > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
>
> Committed to 2020.02.x, 2020.11.x and 2021.02.x, thanks.

Not in origin/2020.11.x or origin/2020.02.x as of commits f748088fa65b
and eed984e34a693, respectively.

baruch

-- 
                                                     ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch at tkos.co.il - tel: +972.52.368.4656, http://www.tkos.co.il -

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

* [Buildroot] [PATCH 1/1] package/libvips: add LIBVIPS_CPE_ID_VENDOR
  2021-04-05  9:28   ` Baruch Siach
@ 2021-04-05  9:49     ` Peter Korsgaard
  0 siblings, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2021-04-05  9:49 UTC (permalink / raw)
  To: buildroot

>>>>> "Baruch" == Baruch Siach <baruch@tkos.co.il> writes:

 > Hi Peter,
 > On Sun, Apr 04 2021, Peter Korsgaard wrote:
 >>>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:
 >> 
 >> > cpe:2.3:a:libvips_project:libvips is a valid CPE identifier for this
 >> > package:
 >> 
 >> >   https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Alibvips_project%3Alibvips
 >> 
 >> > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
 >> 
 >> Committed to 2020.02.x, 2020.11.x and 2021.02.x, thanks.

 > Not in origin/2020.11.x or origin/2020.02.x as of commits f748088fa65b
 > and eed984e34a693, respectively.

Sorry, just me pressing the wrong macro. The CPE identifiers only make
sense for 2021.02.x, so I've only added it there.

Thanks for the heads up!

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2021-04-05  9:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-04 16:06 [Buildroot] [PATCH 1/1] package/libvips: add LIBVIPS_CPE_ID_VENDOR Fabrice Fontaine
2021-04-04 16:32 ` Yann E. MORIN
2021-04-04 20:07 ` Peter Korsgaard
2021-04-05  9:28   ` Baruch Siach
2021-04-05  9:49     ` Peter Korsgaard

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.