All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/gnuchess: add CPE variables
@ 2021-03-04 13:08 Fabrice Fontaine
  2021-03-04 13:08 ` [Buildroot] [PATCH 2/2] package/gnuchess: security bump to version 6.2.7 Fabrice Fontaine
  0 siblings, 1 reply; 4+ messages in thread
From: Fabrice Fontaine @ 2021-03-04 13:08 UTC (permalink / raw)
  To: buildroot

cpe:2.3:a:gnu:chess is a valid CPE identifier for this package:

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

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

diff --git a/package/gnuchess/gnuchess.mk b/package/gnuchess/gnuchess.mk
index 4d91706de4..e386556c9f 100644
--- a/package/gnuchess/gnuchess.mk
+++ b/package/gnuchess/gnuchess.mk
@@ -8,6 +8,8 @@ GNUCHESS_VERSION = 6.2.5
 GNUCHESS_SITE = $(BR2_GNU_MIRROR)/chess
 GNUCHESS_LICENSE = GPL-3.0+
 GNUCHESS_LICENSE_FILES = COPYING
+GNUCHESS_CPE_ID_VENDOR = gnu
+GNUCHESS_CPE_ID_PRODUCT = chess
 
 GNUCHESS_DEPENDENCIES = host-flex flex
 GNUCHESS_DEPENDENCIES += $(if $(BR2_PACKAGE_READLINE),readline) \
-- 
2.30.0

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

* [Buildroot] [PATCH 2/2] package/gnuchess: security bump to version 6.2.7
  2021-03-04 13:08 [Buildroot] [PATCH 1/2] package/gnuchess: add CPE variables Fabrice Fontaine
@ 2021-03-04 13:08 ` Fabrice Fontaine
  2021-03-04 20:20   ` Peter Korsgaard
  2021-03-16 21:16   ` Peter Korsgaard
  0 siblings, 2 replies; 4+ messages in thread
From: Fabrice Fontaine @ 2021-03-04 13:08 UTC (permalink / raw)
  To: buildroot

Fix CVE-2019-15767: In GNU Chess 6.2.5, there is a stack-based buffer
overflow in the cmd_load function in frontend/cmd.cc via a crafted chess
position in an EPD file.

Update indentation in hash file (two spaces)

https://lists.gnu.org/archive/html/info-gnu-chess/2020-04/msg00000.html
https://lists.gnu.org/archive/html/info-gnu-chess/2020-05/msg00000.html

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/gnuchess/gnuchess.hash | 4 ++--
 package/gnuchess/gnuchess.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/gnuchess/gnuchess.hash b/package/gnuchess/gnuchess.hash
index 9342fc3eb7..1641a7d8f9 100644
--- a/package/gnuchess/gnuchess.hash
+++ b/package/gnuchess/gnuchess.hash
@@ -1,3 +1,3 @@
 # sha256 locally computed
-sha256 9a99e963355706cab32099d140b698eda9de164ebce40a5420b1b9772dd04802  gnuchess-6.2.5.tar.gz
-sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903  COPYING
+sha256  e536675a61abe82e61b919f6b786755441d9fcd4c21e1c82fb9e5340dd229846  gnuchess-6.2.7.tar.gz
+sha256  8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903  COPYING
diff --git a/package/gnuchess/gnuchess.mk b/package/gnuchess/gnuchess.mk
index e386556c9f..60327dfe06 100644
--- a/package/gnuchess/gnuchess.mk
+++ b/package/gnuchess/gnuchess.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-GNUCHESS_VERSION = 6.2.5
+GNUCHESS_VERSION = 6.2.7
 GNUCHESS_SITE = $(BR2_GNU_MIRROR)/chess
 GNUCHESS_LICENSE = GPL-3.0+
 GNUCHESS_LICENSE_FILES = COPYING
-- 
2.30.0

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

* [Buildroot] [PATCH 2/2] package/gnuchess: security bump to version 6.2.7
  2021-03-04 13:08 ` [Buildroot] [PATCH 2/2] package/gnuchess: security bump to version 6.2.7 Fabrice Fontaine
@ 2021-03-04 20:20   ` Peter Korsgaard
  2021-03-16 21:16   ` Peter Korsgaard
  1 sibling, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2021-03-04 20:20 UTC (permalink / raw)
  To: buildroot

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

 > Fix CVE-2019-15767: In GNU Chess 6.2.5, there is a stack-based buffer
 > overflow in the cmd_load function in frontend/cmd.cc via a crafted chess
 > position in an EPD file.

 > Update indentation in hash file (two spaces)

 > https://lists.gnu.org/archive/html/info-gnu-chess/2020-04/msg00000.html
 > https://lists.gnu.org/archive/html/info-gnu-chess/2020-05/msg00000.html

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

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 2/2] package/gnuchess: security bump to version 6.2.7
  2021-03-04 13:08 ` [Buildroot] [PATCH 2/2] package/gnuchess: security bump to version 6.2.7 Fabrice Fontaine
  2021-03-04 20:20   ` Peter Korsgaard
@ 2021-03-16 21:16   ` Peter Korsgaard
  1 sibling, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2021-03-16 21:16 UTC (permalink / raw)
  To: buildroot

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

 > Fix CVE-2019-15767: In GNU Chess 6.2.5, there is a stack-based buffer
 > overflow in the cmd_load function in frontend/cmd.cc via a crafted chess
 > position in an EPD file.

 > Update indentation in hash file (two spaces)

 > https://lists.gnu.org/archive/html/info-gnu-chess/2020-04/msg00000.html
 > https://lists.gnu.org/archive/html/info-gnu-chess/2020-05/msg00000.html

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

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

-- 
Bye, Peter Korsgaard

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

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-04 13:08 [Buildroot] [PATCH 1/2] package/gnuchess: add CPE variables Fabrice Fontaine
2021-03-04 13:08 ` [Buildroot] [PATCH 2/2] package/gnuchess: security bump to version 6.2.7 Fabrice Fontaine
2021-03-04 20:20   ` Peter Korsgaard
2021-03-16 21:16   ` 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.