All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/sysklogd: drop unneeded hash
@ 2021-01-19 22:31 Fabrice Fontaine
  2021-01-19 22:31 ` [Buildroot] [PATCH 2/2] package/sysklogd: set SYSKLOGD_CPE_ID_VALID Fabrice Fontaine
  2021-01-21 21:21 ` [Buildroot] [PATCH 1/2] package/sysklogd: drop unneeded hash Yann E. MORIN
  0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2021-01-19 22:31 UTC (permalink / raw)
  To: buildroot

Commit 6a91580c1175b098fe2508ca11bfcf621ecbbe9f added the hash of
0001-Define-_GNU_SOURCE_required_for_O_CLOEXEC_on_uClibc.patch but this
is not needed as this file is included in buildroot and not downloaded

While at it, update indentation in hash file (two spaces)

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/sysklogd/sysklogd.hash | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/package/sysklogd/sysklogd.hash b/package/sysklogd/sysklogd.hash
index 9f9fd192e1..978a670d30 100644
--- a/package/sysklogd/sysklogd.hash
+++ b/package/sysklogd/sysklogd.hash
@@ -1,4 +1,3 @@
 # Locally calculated
-sha256	09fe1edca882a9ae976cdbf516786edc1629347b9507d45dc005d9d969f94702	sysklogd-2.1.2.tar.gz
-sha256	7a71d7603a7c4456df441463e54da35acf151c1be0879246de63544f1f34f477	LICENSE
-sha256	569321607efe6ba0ecb820b3cb23d933e92f6ab50d2f8fcceb23fc8a43756ef0	0001-Define-_GNU_SOURCE_required_for_O_CLOEXEC_on_uClibc.patch
+sha256  09fe1edca882a9ae976cdbf516786edc1629347b9507d45dc005d9d969f94702  sysklogd-2.1.2.tar.gz
+sha256  7a71d7603a7c4456df441463e54da35acf151c1be0879246de63544f1f34f477  LICENSE
-- 
2.29.2

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

* [Buildroot] [PATCH 2/2] package/sysklogd: set SYSKLOGD_CPE_ID_VALID
  2021-01-19 22:31 [Buildroot] [PATCH 1/2] package/sysklogd: drop unneeded hash Fabrice Fontaine
@ 2021-01-19 22:31 ` Fabrice Fontaine
  2021-01-21 21:21 ` [Buildroot] [PATCH 1/2] package/sysklogd: drop unneeded hash Yann E. MORIN
  1 sibling, 0 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2021-01-19 22:31 UTC (permalink / raw)
  To: buildroot

cpe:2.3:a:sysklogd_project:sysklogd is a valid CPE identifier for this
package:

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

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

diff --git a/package/sysklogd/sysklogd.mk b/package/sysklogd/sysklogd.mk
index cd013f658c..200738897d 100644
--- a/package/sysklogd/sysklogd.mk
+++ b/package/sysklogd/sysklogd.mk
@@ -8,6 +8,7 @@ SYSKLOGD_VERSION = 2.1.2
 SYSKLOGD_SITE = $(call github,troglobit,sysklogd,v$(SYSKLOGD_VERSION))
 SYSKLOGD_LICENSE = BSD-3-Clause
 SYSKLOGD_LICENSE_FILES = LICENSE
+SYSKLOGD_CPE_ID_VALID = YES
 # From git
 SYSKLOGD_AUTORECONF = YES
 SYSKLOGD_CONF_OPTS = --exec-prefix=/ --without-logger
-- 
2.29.2

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

* [Buildroot] [PATCH 1/2] package/sysklogd: drop unneeded hash
  2021-01-19 22:31 [Buildroot] [PATCH 1/2] package/sysklogd: drop unneeded hash Fabrice Fontaine
  2021-01-19 22:31 ` [Buildroot] [PATCH 2/2] package/sysklogd: set SYSKLOGD_CPE_ID_VALID Fabrice Fontaine
@ 2021-01-21 21:21 ` Yann E. MORIN
  1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2021-01-21 21:21 UTC (permalink / raw)
  To: buildroot

Fabrice, All,

On 2021-01-19 23:31 +0100, Fabrice Fontaine spake thusly:
> Commit 6a91580c1175b098fe2508ca11bfcf621ecbbe9f added the hash of
> 0001-Define-_GNU_SOURCE_required_for_O_CLOEXEC_on_uClibc.patch but this
> is not needed as this file is included in buildroot and not downloaded
> 
> While at it, update indentation in hash file (two spaces)
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/sysklogd/sysklogd.hash | 5 ++---
>  1 file changed, 2 insertions(+), 3 deletions(-)
> 
> diff --git a/package/sysklogd/sysklogd.hash b/package/sysklogd/sysklogd.hash
> index 9f9fd192e1..978a670d30 100644
> --- a/package/sysklogd/sysklogd.hash
> +++ b/package/sysklogd/sysklogd.hash
> @@ -1,4 +1,3 @@
>  # Locally calculated
> -sha256	09fe1edca882a9ae976cdbf516786edc1629347b9507d45dc005d9d969f94702	sysklogd-2.1.2.tar.gz
> -sha256	7a71d7603a7c4456df441463e54da35acf151c1be0879246de63544f1f34f477	LICENSE
> -sha256	569321607efe6ba0ecb820b3cb23d933e92f6ab50d2f8fcceb23fc8a43756ef0	0001-Define-_GNU_SOURCE_required_for_O_CLOEXEC_on_uClibc.patch
> +sha256  09fe1edca882a9ae976cdbf516786edc1629347b9507d45dc005d9d969f94702  sysklogd-2.1.2.tar.gz
> +sha256  7a71d7603a7c4456df441463e54da35acf151c1be0879246de63544f1f34f477  LICENSE
> -- 
> 2.29.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] 3+ messages in thread

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-19 22:31 [Buildroot] [PATCH 1/2] package/sysklogd: drop unneeded hash Fabrice Fontaine
2021-01-19 22:31 ` [Buildroot] [PATCH 2/2] package/sysklogd: set SYSKLOGD_CPE_ID_VALID Fabrice Fontaine
2021-01-21 21:21 ` [Buildroot] [PATCH 1/2] package/sysklogd: drop unneeded hash Yann E. MORIN

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.