All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/leptonica: add LEPTONICA_CPE_ID_VENDOR
@ 2021-01-31 12:54 Fabrice Fontaine
  2021-01-31 12:54 ` [Buildroot] [PATCH 2/2] package/leptonica: fix legal info Fabrice Fontaine
  2021-01-31 20:27 ` [Buildroot] [PATCH 1/2] package/leptonica: add LEPTONICA_CPE_ID_VENDOR Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2021-01-31 12:54 UTC (permalink / raw)
  To: buildroot

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

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

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

diff --git a/package/leptonica/leptonica.mk b/package/leptonica/leptonica.mk
index 06eda6acca..fd122fb15b 100644
--- a/package/leptonica/leptonica.mk
+++ b/package/leptonica/leptonica.mk
@@ -8,6 +8,7 @@ LEPTONICA_VERSION = 1.80.0
 LEPTONICA_SITE = http://www.leptonica.org/source
 LEPTONICA_LICENSE = BSD-2-Clause
 LEPTONICA_LICENSE_FILES = leptonica-license.txt
+LEPTONICA_CPE_ID_VENDOR = leptonica
 LEPTONICA_INSTALL_STAGING = YES
 LEPTONICA_DEPENDENCIES = host-pkgconf
 
-- 
2.29.2

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

* [Buildroot] [PATCH 2/2] package/leptonica: fix legal info
  2021-01-31 12:54 [Buildroot] [PATCH 1/2] package/leptonica: add LEPTONICA_CPE_ID_VENDOR Fabrice Fontaine
@ 2021-01-31 12:54 ` Fabrice Fontaine
  2021-01-31 20:27 ` [Buildroot] [PATCH 1/2] package/leptonica: add LEPTONICA_CPE_ID_VENDOR Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2021-01-31 12:54 UTC (permalink / raw)
  To: buildroot

Commit 5159f656608cb1a136c0fed8372ffe8ec3a75b33 forgot to update hash of
leptonica-license.txt which changed due to an update in year:
https://github.com/DanBloomberg/leptonica/commit/8193d341dd56aff5fcbbaab8832e7b38f2fede0a

Fixes:
 - http://autobuild.buildroot.org/results/1644512ca52eed1b69d65d3ca145ec0d253888a8

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

diff --git a/package/leptonica/leptonica.hash b/package/leptonica/leptonica.hash
index 213716705b..6ef1a09122 100644
--- a/package/leptonica/leptonica.hash
+++ b/package/leptonica/leptonica.hash
@@ -1,3 +1,3 @@
 # locally computed hash
 sha256  ec9c46c2aefbb960fb6a6b7f800fe39de48343437b6ce08e30a8d9688ed14ba4  leptonica-1.80.0.tar.gz
-sha256  ca0ac11c7c0acad9599d54990942cc11c9f6d9b569f1a360d774a628819c3518  leptonica-license.txt
+sha256  87829abb5bbb00b55a107365da89e9a33f86c4250169e5a1e5588505be7d5806  leptonica-license.txt
-- 
2.29.2

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

* [Buildroot] [PATCH 1/2] package/leptonica: add LEPTONICA_CPE_ID_VENDOR
  2021-01-31 12:54 [Buildroot] [PATCH 1/2] package/leptonica: add LEPTONICA_CPE_ID_VENDOR Fabrice Fontaine
  2021-01-31 12:54 ` [Buildroot] [PATCH 2/2] package/leptonica: fix legal info Fabrice Fontaine
@ 2021-01-31 20:27 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2021-01-31 20:27 UTC (permalink / raw)
  To: buildroot

On Sun, 31 Jan 2021 13:54:56 +0100
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> cpe:2.3:a:leptonica:leptonica is a valid CPE identifier for this
> package:
> 
>   https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Aleptonica%3Aleptonica
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/leptonica/leptonica.mk | 1 +
>  1 file changed, 1 insertion(+)

Both applied, thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

end of thread, other threads:[~2021-01-31 20:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-31 12:54 [Buildroot] [PATCH 1/2] package/leptonica: add LEPTONICA_CPE_ID_VENDOR Fabrice Fontaine
2021-01-31 12:54 ` [Buildroot] [PATCH 2/2] package/leptonica: fix legal info Fabrice Fontaine
2021-01-31 20:27 ` [Buildroot] [PATCH 1/2] package/leptonica: add LEPTONICA_CPE_ID_VENDOR Thomas Petazzoni

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.