Skip to content

Commit

Permalink
package/chicken: add CHICKEN_CPE_ID_VENDOR
Browse files Browse the repository at this point in the history
cpe:2.3:a:call-cc:chicken is a valid CPE identifier for this package:

  https://nvd.nist.gov/products/cpe/detail/6F55B09D-8D4B-4F1C-889C-9B65048AB632

Signed-off-by: Fabrice Fontaine <[email protected]>
Signed-off-by: Arnout Vandecappelle <[email protected]>
  • Loading branch information
ffontaine authored and arnout committed Jul 14, 2024
1 parent 16abf80 commit 8fc504e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package/chicken/chicken.mk
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ CHICKEN_VERSION = 5.3.0
CHICKEN_SITE = https://code.call-cc.org/releases/$(CHICKEN_VERSION)
CHICKEN_LICENSE = BSD-3-Clause
CHICKEN_LICENSE_FILES = LICENSE
CHICKEN_CPE_ID_VENDOR = call-cc
CHICKEN_INSTALL_STAGING = YES

# If ARCH is not set, it attempts to autodiscover. But it is anyway not used.
Expand Down

0 comments on commit 8fc504e

Please sign in to comment.