Skip to content

Commit

Permalink
packages: assign PKG_CPE_ID for all missing packages
Browse files Browse the repository at this point in the history
The PKG_CPE_ID links to NIST CPE version 2.2.
Assign PKG_CPE_ID to all remaining package which have a CPE ID.
Not every package has CPE id.

Related: openwrt/packages#8534
Signed-off-by: Alexander Couzens <[email protected]>
Signed-off-by: Arne Zachlod <[email protected]>
  • Loading branch information
lynxis authored and Arne Zachlod committed Sep 27, 2023
1 parent 83b0e20 commit 21d8520
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions package/firmware/intel-microcode/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ PKG_SOURCE:=intel-microcode_3.$(PKG_VERSION).$(PKG_RELEASE).tar.xz
PKG_SOURCE_URL:=http://ftp.debian.org/debian/pool/non-free/i/intel-microcode/
PKG_HASH:=bcc3b81c452fe4649a948c022475d76c1cdfbb730f36749a082f412f1406a3b9
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-3.$(PKG_VERSION).$(PKG_RELEASE)
PKG_CPE_ID:=cpe:/a:intel:microcode

PKG_BUILD_DEPENDS:=iucode-tool/host

Expand Down
1 change: 1 addition & 0 deletions package/libs/gmp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ PKG_BUILD_PARALLEL:=1
PKG_INSTALL:=1
PKG_FIXUP:=autoreconf
PKG_LICENSE:=GPL-2.0+
PKG_CPE_ID:=cpe:/a:gmplib:gmp

PKG_USE_MIPS16:=0

Expand Down
1 change: 1 addition & 0 deletions package/libs/libbsd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ PKG_SOURCE_URL:=https://libbsd.freedesktop.org/releases

PKG_LICENSE:=BSD-4-Clause
PKG_LICENSE_FILES:=COPYING
PKG_CPE_ID:=cpe:/a:freedesktop:libbsd

include $(INCLUDE_DIR)/package.mk

Expand Down
1 change: 1 addition & 0 deletions package/libs/libnetfilter-conntrack/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ PKG_MAINTAINER:=Jo-Philipp Wich <[email protected]>

PKG_FIXUP:=autoreconf
PKG_LICENSE:=GPL-2.0+
PKG_CPE_ID:=cpe:/a:netfilter:libnetfilter_conntrack

PKG_INSTALL:=1

Expand Down
1 change: 1 addition & 0 deletions package/libs/libpcap/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ PKG_MAINTAINER:=Felix Fietkau <[email protected]>
PKG_INSTALL:=1
PKG_BUILD_PARALLEL:=0
PKG_LICENSE:=BSD-3-Clause
PKG_CPE_ID:=cpe:/a:tcpdump:libpcap

include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/kernel.mk
Expand Down
1 change: 1 addition & 0 deletions package/network/utils/ebtables/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ PKG_SOURCE_VERSION:=48cff25dfea5b37e16ba5dc6601e98ab140f5f99
PKG_MIRROR_HASH:=1327cdc3402e5e3056819e4e9b6f9d4a5bfd401f2c4f58447afb2c3c73fc8aac

PKG_LICENSE:=GPL-2.0
PKG_CPE_ID:=cpe:/a:netfilter:ebtables

include $(INCLUDE_DIR)/package.mk

Expand Down
1 change: 1 addition & 0 deletions package/network/utils/ipset/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ PKG_HASH:=4644c7c5005e90a9b6385d625283eb0b69b34de7192301428665dd909fdaa35a

PKG_MAINTAINER:=Jo-Philipp Wich <[email protected]>
PKG_LICENSE:=GPL-2.0
PKG_CPE_ID:=cpe:/a:netfilter:ipset

PKG_FIXUP:=autoreconf
PKG_INSTALL:=1
Expand Down
1 change: 1 addition & 0 deletions package/network/utils/iw/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ PKG_HASH:=1e38ea794a223525b2ea7fe78fd14f2a56121e62e21ba5f9dbe8c494b35b5c0d

PKG_MAINTAINER:=Felix Fietkau <[email protected]>
PKG_LICENSE:=GPL-2.0
PKG_CPE_ID:=cpe:/a:kernel:iw

include $(INCLUDE_DIR)/package.mk

Expand Down
1 change: 1 addition & 0 deletions package/utils/adb/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_SOURCE_VERSION)
PKG_SOURCE:=$(PKG_SOURCE_SUBDIR).tar.xz
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_SOURCE_SUBDIR)
PKG_MAINTAINER:=Henryk Heisig <[email protected]>
PKG_CPE_ID:=cpe:/a:google:android_debug_bridge

include $(INCLUDE_DIR)/package.mk

Expand Down
1 change: 1 addition & 0 deletions package/utils/bsdiff/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ PKG_MAINTAINER:=Hauke Mehrtens <[email protected]>
HOST_BUILD_DEPENDS:=bzip2/host

PKG_LICENSE:=BSD-2-Clause
PKG_CPE_ID:=cpe:/a:daemonology:bsdiff

include $(INCLUDE_DIR)/host-build.mk
include $(INCLUDE_DIR)/package.mk
Expand Down
1 change: 1 addition & 0 deletions package/utils/lua/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ PKG_BUILD_PARALLEL:=1

PKG_LICENSE:=MIT
PKG_LICENSE_FILES:=COPYRIGHT
PKG_CPE_ID:=cpe:/a:lua:lua

HOST_PATCH_DIR := ./patches-host

Expand Down

0 comments on commit 21d8520

Please sign in to comment.