All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/postgis: add POSTGIS_CPE_ID_VENDOR
@ 2021-04-14 21:00 Fabrice Fontaine
  2021-04-15 19:17 ` Arnout Vandecappelle
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2021-04-14 21:00 UTC (permalink / raw)
  To: buildroot

cpe:2.3:a:postgis:postgis is a valid CPE identifier for this package:

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

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

diff --git a/package/postgis/postgis.mk b/package/postgis/postgis.mk
index 1661f48ff2..4bfcc2ee84 100644
--- a/package/postgis/postgis.mk
+++ b/package/postgis/postgis.mk
@@ -10,6 +10,7 @@ POSTGIS_SITE = https://download.osgeo.org/postgis/source
 POSTGIS_MAKE = $(MAKE1)
 POSTGIS_LICENSE = GPL-2.0+ (PostGIS), BSD-2-Clause, MIT, Apache-2.0, ISC, BSL-1.0, CC-BY-SA-3.0
 POSTGIS_LICENSE_FILES = LICENSE.TXT
+POSTGIS_CPE_ID_VENDOR = postgis
 # configure.ac is patched so need to run autoreconf
 POSTGIS_AUTORECONF = YES
 
-- 
2.30.2

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

* [Buildroot] [PATCH 1/1] package/postgis: add POSTGIS_CPE_ID_VENDOR
  2021-04-14 21:00 [Buildroot] [PATCH 1/1] package/postgis: add POSTGIS_CPE_ID_VENDOR Fabrice Fontaine
@ 2021-04-15 19:17 ` Arnout Vandecappelle
  0 siblings, 0 replies; 2+ messages in thread
From: Arnout Vandecappelle @ 2021-04-15 19:17 UTC (permalink / raw)
  To: buildroot



On 14/04/2021 23:00, Fabrice Fontaine wrote:
> cpe:2.3:a:postgis:postgis is a valid CPE identifier for this package:
> 
>   https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Apostgis%3Apostgis
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

 Applied to master, thanks.

 I'll try to remember in the future to check CPE ID for new packages.

 Regards,
 Arnout

> ---
>  package/postgis/postgis.mk | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/package/postgis/postgis.mk b/package/postgis/postgis.mk
> index 1661f48ff2..4bfcc2ee84 100644
> --- a/package/postgis/postgis.mk
> +++ b/package/postgis/postgis.mk
> @@ -10,6 +10,7 @@ POSTGIS_SITE = https://download.osgeo.org/postgis/source
>  POSTGIS_MAKE = $(MAKE1)
>  POSTGIS_LICENSE = GPL-2.0+ (PostGIS), BSD-2-Clause, MIT, Apache-2.0, ISC, BSL-1.0, CC-BY-SA-3.0
>  POSTGIS_LICENSE_FILES = LICENSE.TXT
> +POSTGIS_CPE_ID_VENDOR = postgis
>  # configure.ac is patched so need to run autoreconf
>  POSTGIS_AUTORECONF = YES
>  
> 

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

end of thread, other threads:[~2021-04-15 19:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-14 21:00 [Buildroot] [PATCH 1/1] package/postgis: add POSTGIS_CPE_ID_VENDOR Fabrice Fontaine
2021-04-15 19:17 ` Arnout Vandecappelle

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.