Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/7] Add PURL support
@ 2025-04-15 19:55 Thomas Perale via buildroot
  2025-04-15 19:55 ` [Buildroot] [PATCH 1/7] package/pkg-generic.mk: add PURL package variable Thomas Perale via buildroot
                   ` (8 more replies)
  0 siblings, 9 replies; 19+ messages in thread
From: Thomas Perale via buildroot @ 2025-04-15 19:55 UTC (permalink / raw)
  To: buildroot
  Cc: Thomas Petazzoni, Thomas Perale, Christian Stewart,
	Arnout Vandecappelle

This patch series add support for the PURL.

https://github.com/package-url/purl-spec

PURL are a software identifier similar to CPE.
More information on PURL can be found in the first patch of the series.

After testing the usage of PURL with DependencyTrack and
https://ossindex.sonatype.org I can see that it improves the tracking
of CVEs and version bump. Since it's easy to automate the PURL
generation in buildroot I wrote this patch that I use to add PURL to
CycloneDX SBOM.

The series includes support for PURL for these 'ecosystems':
  - pypi
  - cargo
  - cpan
  - golang

The tracking of CPAN packages is not supported by OSSIndex but these
changes were proposed by François Perrad in the following series:

https://lore.kernel.org/buildroot/20240407144250.7558-1-francois.perrad@gadz.org/

Thomas Perale (7):
  package/pkg-generic.mk: add PURL package variable
  package/pkg-download: add 'owner' macro
  package/pkg-golang: support PURL generation
  package/pkg-cargo: support PURL generation
  package/pkg-perl: support PURL generation
  package/pkg-python: support PURL generation
  package/pkg-utils: add PURL to show-info output

 package/pkg-cargo.mk     |  8 ++++++
 package/pkg-download.mk  |  3 +++
 package/pkg-generic.mk   | 53 ++++++++++++++++++++++++++++++++++++++++
 package/pkg-golang.mk    | 16 ++++++++++++
 package/pkg-perl.mk      | 24 ++++++++++++++++++
 package/pkg-python.mk    | 16 ++++++++++++
 package/pkg-utils.mk     |  3 +++
 utils/generate-cyclonedx |  3 +++
 8 files changed, 126 insertions(+)

-- 
2.49.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2025-04-22 14:01 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-15 19:55 [Buildroot] [PATCH 0/7] Add PURL support Thomas Perale via buildroot
2025-04-15 19:55 ` [Buildroot] [PATCH 1/7] package/pkg-generic.mk: add PURL package variable Thomas Perale via buildroot
2025-04-15 19:55 ` [Buildroot] [PATCH 2/7] package/pkg-download: add 'owner' macro Thomas Perale via buildroot
2025-04-15 19:55 ` [Buildroot] [PATCH 2/7] package/pkg-download: add repository macro Thomas Perale via buildroot
2025-04-15 19:55 ` [Buildroot] [PATCH 3/7] package/pkg-golang: support PURL generation Thomas Perale via buildroot
2025-04-15 19:55 ` [Buildroot] [PATCH 4/7] package/pkg-cargo: " Thomas Perale via buildroot
2025-04-15 19:55 ` [Buildroot] [PATCH 5/7] package/pkg-perl: " Thomas Perale via buildroot
2025-04-15 19:55 ` [Buildroot] [PATCH 6/7] package/pkg-python: " Thomas Perale via buildroot
2025-04-15 19:55 ` [Buildroot] [PATCH 7/7] package/pkg-utils: add PURL to show-info output Thomas Perale via buildroot
2025-04-16 19:07 ` [Buildroot] [PATCH 0/7] Add PURL support Peter Korsgaard
2025-04-16 19:19   ` Arnout Vandecappelle via buildroot
     [not found]     ` <4b029329-2258-428d-80c9-315dbd6335be@essensium.com>
2025-04-16 19:58       ` Thomas Petazzoni via buildroot
2025-04-16 20:06         ` Thomas Perale via buildroot
2025-04-16 20:40           ` Thomas Petazzoni via buildroot
2025-04-16 20:49             ` Thomas Perale via buildroot
2025-04-18 10:39               ` Thomas Petazzoni via buildroot
2025-04-21 20:19                 ` Thomas Perale via buildroot
2025-04-22 12:53                   ` Thomas Petazzoni via buildroot
2025-04-22 14:00                     ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox