mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
package/gnuplot: fix deprecated CPE
The CPE 'gnuplot_project:gnuplot' has been deprecated in favour of
'gnuplot:gnuplot'.
See the following:
- https://nvd.nist.gov/products/cpe/detail/DB68C9F5-3330-4749-A6F5-61FF041037CC
- https://nvd.nist.gov/vuln/detail/cve-2025-31178
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
Signed-off-by: Julien Olivain <ju.o@free.fr>
(cherry picked from commit 0bbefd60f7)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
@@ -8,7 +8,7 @@ GNUPLOT_VERSION = 6.0.3
|
||||
GNUPLOT_SITE = http://downloads.sourceforge.net/project/gnuplot/gnuplot/$(GNUPLOT_VERSION)
|
||||
GNUPLOT_LICENSE = gnuplot license (open source)
|
||||
GNUPLOT_LICENSE_FILES = Copyright
|
||||
GNUPLOT_CPE_ID_VALID = YES
|
||||
GNUPLOT_CPE_ID_VENDOR = gnuplot
|
||||
|
||||
GNUPLOT_AUTORECONF = YES
|
||||
|
||||
|
||||
Reference in New Issue
Block a user