* [Buildroot] [PATCH 1/1] package/libvips: update LIBVIPS_CPE_ID_VENDOR
@ 2024-02-01 17:20 Fabrice Fontaine
2024-02-03 10:11 ` Peter Korsgaard
2024-02-28 21:14 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2024-02-01 17:20 UTC (permalink / raw)
To: buildroot; +Cc: Pieter De Gendt, Fabrice Fontaine
cpe:2.3:a:libvips_project:libvips has been deprecated in favor of
cpe:2.3:a:libvips:libvips in September 2023:
<cpe-item name="cpe:/a:libvips_project:libvips:8.10.6:-" deprecated="true" deprecation_date="2023-09-29T11:18:01.067Z">
<title xml:lang="en-US">libvips Project libvips 8.10.6 -</title>
<reference href="https://libvips.github.io/libvips/">Project</reference>
<reference href="https://github.com/libvips/libvips/releases">Change Log</reference>
<cpe-23:cpe23-item name="cpe:2.3:a:libvips_project:libvips:8.10.6:-:*:*:*:*:*:*">
<cpe-23:deprecated-by name="cpe:2.3:a:libvips:libvips:8.10.6:-:*:*:*:*:*:*" type="NAME_CORRECTION"/>
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
package/libvips/libvips.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/libvips/libvips.mk b/package/libvips/libvips.mk
index 1a0f9d5ead..8eb1f0964e 100644
--- a/package/libvips/libvips.mk
+++ b/package/libvips/libvips.mk
@@ -9,7 +9,7 @@ LIBVIPS_SOURCE = vips-$(LIBVIPS_VERSION).tar.gz
LIBVIPS_SITE = https://github.com/libvips/libvips/releases/download/v$(LIBVIPS_VERSION)
LIBVIPS_LICENSE = LGPL-2.1+
LIBVIPS_LICENSE_FILES = COPYING
-LIBVIPS_CPE_ID_VENDOR = libvips_project
+LIBVIPS_CPE_ID_VENDOR = libvips
# Sparc64 compile fails, for all optimization levels except -O0. To
# fix the problem, use -O0 with no optimization instead. Bug reported
--
2.43.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/libvips: update LIBVIPS_CPE_ID_VENDOR
2024-02-01 17:20 [Buildroot] [PATCH 1/1] package/libvips: update LIBVIPS_CPE_ID_VENDOR Fabrice Fontaine
@ 2024-02-03 10:11 ` Peter Korsgaard
2024-02-28 21:14 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2024-02-03 10:11 UTC (permalink / raw)
To: Fabrice Fontaine; +Cc: Pieter De Gendt, buildroot
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:
> cpe:2.3:a:libvips_project:libvips has been deprecated in favor of
> cpe:2.3:a:libvips:libvips in September 2023:
> <cpe-item name="cpe:/a:libvips_project:libvips:8.10.6:-" deprecated="true" deprecation_date="2023-09-29T11:18:01.067Z">
> <title xml:lang="en-US">libvips Project libvips 8.10.6 -</title>
> <reference href="https://libvips.github.io/libvips/">Project</reference>
> <reference href="https://github.com/libvips/libvips/releases">Change Log</reference>
> <cpe-23:cpe23-item name="cpe:2.3:a:libvips_project:libvips:8.10.6:-:*:*:*:*:*:*">
> <cpe-23:deprecated-by name="cpe:2.3:a:libvips:libvips:8.10.6:-:*:*:*:*:*:*" type="NAME_CORRECTION"/>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Committed, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/libvips: update LIBVIPS_CPE_ID_VENDOR
2024-02-01 17:20 [Buildroot] [PATCH 1/1] package/libvips: update LIBVIPS_CPE_ID_VENDOR Fabrice Fontaine
2024-02-03 10:11 ` Peter Korsgaard
@ 2024-02-28 21:14 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2024-02-28 21:14 UTC (permalink / raw)
To: Fabrice Fontaine; +Cc: Pieter De Gendt, buildroot
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:
> cpe:2.3:a:libvips_project:libvips has been deprecated in favor of
> cpe:2.3:a:libvips:libvips in September 2023:
> <cpe-item name="cpe:/a:libvips_project:libvips:8.10.6:-" deprecated="true" deprecation_date="2023-09-29T11:18:01.067Z">
> <title xml:lang="en-US">libvips Project libvips 8.10.6 -</title>
> <reference href="https://libvips.github.io/libvips/">Project</reference>
> <reference href="https://github.com/libvips/libvips/releases">Change Log</reference>
> <cpe-23:cpe23-item name="cpe:2.3:a:libvips_project:libvips:8.10.6:-:*:*:*:*:*:*">
> <cpe-23:deprecated-by name="cpe:2.3:a:libvips:libvips:8.10.6:-:*:*:*:*:*:*" type="NAME_CORRECTION"/>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Committed to 2023.02.x and 2023.11.x, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-02-28 21:17 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-01 17:20 [Buildroot] [PATCH 1/1] package/libvips: update LIBVIPS_CPE_ID_VENDOR Fabrice Fontaine
2024-02-03 10:11 ` Peter Korsgaard
2024-02-28 21:14 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox