Skip to content

Commit 5afe5c9

Browse files
ffontaineneheb
authored andcommitted
treewide: assign PKG_CPE_ID
Signed-off-by: Fabrice Fontaine <[email protected]>
1 parent dfb030d commit 5afe5c9

File tree

102 files changed

+102
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+102
-0
lines changed

devel/bison/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ PKG_HASH:=9bba0214ccf7f1079c5d59210045227bcf619519840ebfa80cd3849cff5a5bf2
1515
PKG_MAINTAINER:=W. Michael Petullo <[email protected]>
1616
PKG_LICENSE:=GPL-3.0-or-later
1717
PKG_LICENSE_FILES:=COPYING
18+
PKG_CPE_ID:=cpe:/a:gnu:bison
1819

1920
PKG_INSTALL:=1
2021

devel/diffutils/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ PKG_HASH:=a6bdd7d1b31266d11c4f4de6c1b748d4607ab0231af5188fc2533d0ae2438fec
1818
PKG_MAINTAINER:=Roger D <[email protected]>
1919
PKG_LICENSE:=GPL-3.0
2020
PKG_LICENSE_FILES:=COPYING
21+
PKG_CPE_ID:=cpe:/a:gnu:diffutils
2122

2223
PKG_BUILD_PARALLEL:=1
2324
PKG_INSTALL:=1

devel/nasm/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ PKG_HASH:=c77745f4802375efeee2ec5c0ad6b7f037ea9c87c92b149a9637ff099f162558
1111
PKG_MAINTAINER:=Oskari Rauta <[email protected]>
1212
PKG_LICENSE:=BSD-2-Clause
1313
PKG_LICENSE_FILES:=LICENSE
14+
PKG_CPE_ID:=cpe:/a:nasm:netwide_assembler
1415

1516
PKG_BUILD_PARALLEL:=1
1617
PKG_INSTALL:=1

devel/pkgconf/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ PKG_HASH:=ef9c7e61822b7cb8356e6e9e1dca58d9556f3200d78acab35e4347e9d4c2bbaf
1616
PKG_MAINTAINER:=Rosen Penev <[email protected]>
1717
PKG_LICENSE:=MIT
1818
PKG_LICENSE_FILES:=COPYING
19+
PKG_CPE_ID:=cpe:/a:pkgconf:pkgconf
1920

2021
include $(INCLUDE_DIR)/package.mk
2122
include $(INCLUDE_DIR)/meson.mk

kernel/v4l2loopback/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ PKG_SOURCE_VERSION:=v0.12.7
1414
PKG_MIRROR_HASH:=e5e5d897bdaa7f2fb0b897e503cecaeee234fcdc7f2f138aae501ef742f5b2b2
1515

1616
PKG_MAINTAINER:=Michel Promonet <[email protected]>
17+
PKG_CPE_ID:=cpe:/o:v4l2loopback_project:v4l2loopback
1718

1819
include $(INCLUDE_DIR)/package.mk
1920

lang/luajit/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/LuaJIT-$(PKG_VERSION)
1212
PKG_MAINTAINER:=Morteza Milani <[email protected]>
1313
PKG_LICENSE:=MIT
1414
PKG_LICENSE_FILES:=COPYRIGHT
15+
PKG_CPE_ID:=cpe:/a:luajit:luajit
1516

1617
PKG_BUILD_FLAGS:=no-mips16
1718

lang/php8-pecl-imagick/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ PKG_MAINTAINER:=W. Michael Petullo <[email protected]>
2020

2121
PKG_LICENSE:=PHP-3.01
2222
PKG_LICENSE_FILES:=LICENSE
23+
PKG_CPE_ID:=cpe:/a:php:imagick
2324

2425
PKG_BUILD_DEPENDS:=php8
2526
PKG_BUILD_DIR:=$(BUILD_DIR)/pecl-php8/$(PECL_NAME)-$(PKG_VERSION)

lang/python/micropython/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ PKG_HASH:=abd2152613559d3f44728668346e78be9d93458133a03b700baf222c322fd4d5
1818
PKG_MAINTAINER:=Jeffery To <[email protected]>
1919
PKG_LICENSE:=MIT
2020
PKG_LICENSE_FILES:=LICENSE
21+
PKG_CPE_ID:=cpe:/a:micropython:micropython
2122

2223
PKG_BUILD_DEPENDS:=python3/host
2324
PKG_BUILD_FLAGS:=no-mips16

lang/python/python-cryptodomex/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ PKG_HASH:=3e3ecb5fe979e7c1bb0027e518340acf7ee60415d79295e5251d13c68dde576e
1414
PKG_LICENSE:=Public-Domain BSD-2-Clause
1515
PKG_LICENSE_FILES:=LICENSE.rst
1616
PKG_MAINTAINER:=Richard Yu <[email protected]>
17+
PKG_CPE_ID:=cpe:/a:pycryptodome:pycryptodomex
1718

1819
include ../pypi.mk
1920
include $(INCLUDE_DIR)/package.mk

lang/python/python-engineio/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ PKG_HASH:=b167a1b208fcdce5dbe96a61a6ca22391cfa6715d796c22de93e3adf9c07ae0c
1717
PKG_MAINTAINER:=Jan Pavlinec <[email protected]>
1818
PKG_LICENSE:=MIT
1919
PKG_LICENSE_FILES:=LICENSE
20+
PKG_CPE_ID:=cpe:/a:python-engineio_project:python-engineio
2021

2122
include ../pypi.mk
2223
include $(INCLUDE_DIR)/package.mk

lang/python/python-mako/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ PKG_HASH:=e3a9d388fd00e87043edbe8792f45880ac0114e9c4adc69f6e9bfb2c55e3b11b
1515
PKG_MAINTAINER:=Jeffery To <[email protected]>
1616
PKG_LICENSE:=MIT
1717
PKG_LICENSE_FILES:=LICENSE
18+
PKG_CPE_ID:=cpe:/a:sqlalchemy:mako
1819

1920
PKG_HOST_ONLY:=1
2021
HOST_BUILD_DEPENDS:= \

lang/python/python-networkx/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ PKG_HASH:=9f1bb5cf3409bf324e0a722c20bdb4c20ee39bf1c30ce8ae499c8502b0b5e0c6
1414

1515
PKG_LICENSE:=BSD-3-Clause
1616
PKG_LICENSE_FILES:=LICENSE.txt
17+
PKG_CPE_ID:=cpe:/a:python:networkx
1718
PKG_MAINTAINER:=W. Michael Petullo <[email protected]>
1819

1920
include ../pypi.mk

lang/python/python-paramiko/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ PKG_HASH:=376885c05c5d6aa6e1f4608aac2a6b5b0548b1add40274477324605903d9cd49
1010
PKG_MAINTAINER:=Javier Marcet <[email protected]>
1111
PKG_LICENSE:=LGPL-2.1-or-later
1212
PKG_LICENSE_FILES:=LICENSE
13+
PKG_CPE_ID:=cpe:/a:paramiko:paramiko
1314

1415
include ../pypi.mk
1516
include $(INCLUDE_DIR)/package.mk

lang/python/python-psutil/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ PKG_HASH:=5410638e4df39c54d957fc51ce03048acd8e6d60abc0f5107af51e5fb566eb3c
1717
PKG_MAINTAINER:=Jan Pavlinec <[email protected]>
1818
PKG_LICENSE:=BSD-3-Clause
1919
PKG_LICENSE_FILES:=LICENSE
20+
PKG_CPE_ID:=cpe:/a:psutil_project:psutil
2021

2122
include ../pypi.mk
2223
include $(INCLUDE_DIR)/package.mk

lang/python/python-py/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ PKG_HASH:=51c75c4126074b472f746a24399ad32f6053d1b34b68d2fa41e558e6f4a98719
1717
PKG_MAINTAINER:=Jan Pavlinec <[email protected]>
1818
PKG_LICENSE:=MIT
1919
PKG_LICENSE_FILES:=LICENSE
20+
PKG_CPE_ID:=cpe:/a:pytest:py
2021

2122
PKG_BUILD_DEPENDS:=python-setuptools-scm/host
2223

lang/python/python-ruamel-yaml/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ PKG_HASH:=ec939063761914e14542972a5cba6d33c23b0859ab6342f61cf070cfc600efc2
1717
PKG_MAINTAINER:=Josef Schlehofer <[email protected]>
1818
PKG_LICENSE:=MIT
1919
PKG_LICENSE_FILES:=LICENSE
20+
PKG_CPE_ID:=cpe:/a:ruamel.yaml_project:ruamel.yaml
2021

2122
include ../pypi.mk
2223
include $(INCLUDE_DIR)/package.mk

lang/python/python-sqlparse/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ PKG_HASH:=d446183e84b8349fa3061f0fe7f06ca94ba65b426946ffebe6e3e8295332420c
1010
PKG_MAINTAINER:=Peter Stadler <[email protected]>
1111
PKG_LICENSE:=BSD-3-Clause
1212
PKG_LICENSE_FILES:=LICENSE
13+
PKG_CPE_ID:=cpe:/a:sqlparse_project:sqlparse
1314

1415
PKG_BUILD_DEPENDS:=python-flit-core/host
1516

lang/python/python-tornado/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ PKG_HASH:=e7d8db41c0181c80d76c982aacc442c0783a2c54d6400fe028954201a2e032fe
1717
PKG_MAINTAINER:=Josef Schlehofer <[email protected]>
1818
PKG_LICENSE:=Apache-2.0
1919
PKG_LICENSE_FILES:=LICENSE
20+
PKG_CPE_ID:=cpe:/a:tornadoweb:tornado
2021

2122
include ../pypi.mk
2223
include $(INCLUDE_DIR)/package.mk

libs/cereal/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ PKG_HASH:=329ea3e3130b026c03a4acc50e168e7daff4e6e661bc6a7dfec0d77b570851d5
1717
PKG_MAINTAINER:=David Woodhouse <[email protected]>
1818
PKG_LICENSE:=BSD-3-Clause
1919
PKG_LICENSE_FILES:=LICENSE
20+
PKG_CPE_ID:=cpe:/a:usc:cereal
2021

2122
CMAKE_INSTALL:=1
2223

libs/davici/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ PKG_HASH:=b03c5a1aad905e962271d70246d6af6c337ffd00449d990082ea02161327bde8
1818
PKG_MAINTAINER:=Lukas Voegl <[email protected]>
1919
PKG_LICENSE:=LGPL-2.1-or-later
2020
PKG_LICENSE_FILES:=COPYING
21+
PKG_CPE_ID:=cpe:/a:strongswan:davici
2122

2223
PKG_FIXUP:=autoreconf
2324
PKG_BUILD_PARALLEL:=1

libs/gpgme/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ PKG_HASH:=416e174e165734d84806253f8c96bda2993fd07f258c3aad5f053a6efd463e88
1111
PKG_MAINTAINER:=Daniel Golle <[email protected]>
1212
PKG_LICENSE:=LGPL-2.1-or-later
1313
PKG_LICENSE_FILES:=COPYING
14+
PKG_CPE_ID:=cpe:/a:gnu:gpgme
1415

1516
PKG_FIXUP:=autoreconf
1617
PKG_INSTALL:=1

libs/hiredis/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ PKG_HASH:=82ad632d31ee05da13b537c124f819eb88e18851d9cb0c30ae0552084811588c
1717

1818
PKG_LICENSE:=BSD-3-Clause
1919
PKG_LICENSE_FILES:=COPYING
20+
PKG_CPE_ID:=cpe:/a:redis:hiredis
2021
PKG_MAINTAINER:=Daniel Golle <[email protected]>
2122

2223
PKG_BUILD_PARALLEL:=1

libs/jsoncpp/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ PKG_HASH:=f409856e5920c18d0c2fb85276e24ee607d2a09b5e7d5f0a371368903c275da2
1818
PKG_MAINTAINER:=Jan Pavlinec <[email protected]>
1919
PKG_LICENSE:=MIT
2020
PKG_LICENSE_FILES:=LICENSE
21+
PKG_CPE_ID:=cpe:/a:jsoncpp_project:jsoncpp
2122

2223
include $(INCLUDE_DIR)/package.mk
2324
include $(INCLUDE_DIR)/meson.mk

libs/keyutils/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ PKG_RELEASE:=1
1212
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
1313
PKG_SOURCE_URL:=https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/keyutils.git/snapshot/
1414
PKG_HASH:=a61d5706136ae4c05bd48f86186bcfdbd88dd8bd5107e3e195c924cfc1b39bb4
15+
PKG_CPE_ID:=cpe:/a:keyutils_project:keyutils
1516

1617
PKG_INSTALL:=1
1718
PKG_BUILD_PARALLEL:=1

libs/leptonica/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ PKG_HASH:=2b3e1254b1cca381e77c819b59ca99774ff43530209b9aeb511e1d46588a64f6
1818
PKG_MAINTAINER:=Valentín Kivachuk <[email protected]>
1919
PKG_LICENSE:=BSD-2-Clause
2020
PKG_LICENSE_FILES:=leptonica-license.txt
21+
PKG_CPE_ID:=cpe:/a:leptonica:leptonica
2122

2223
CMAKE_BINARY_SUBDIR:=openwrt-build
2324

libs/libaio/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ PKG_HASH:=2c44d1c5fd0d43752287c9ae1eb9c023f04ef848ea8d4aafa46e9aedb678200b
1818
PKG_MAINTAINER:=
1919
PKG_LICENSE:=LGPL-2.1-only
2020
PKG_LICENSE_FILES:=COPYING
21+
PKG_CPE_ID:=cpe:/a:libaio_project:libaio
2122

2223
PKG_BUILD_PARALLEL:=1
2324
PKG_BUILD_FLAGS:=no-mips16 no-lto

libs/libao/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ PKG_MAINTAINER:=Ted Hess <[email protected]>
1919

2020
PKG_LICENSE:=GPL-2.0
2121
PKG_LICENSE_FILES:=COPYING
22+
PKG_CPE_ID:=cpe:/a:xiph:libao
2223

2324
PKG_FIXUP:=autoreconf
2425
PKG_INSTALL:=1

libs/libcap-ng/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ PKG_HASH:=bed6f6848e22bb2f83b5f764b2aef0ed393054e803a8e3a8711cb2a39e6b492d
1818
PKG_MAINTAINER:=Lucian CRISTIAN <[email protected]>
1919
PKG_LICENSE:=GPL-2.0-or-later LGPL-2.1-or-later
2020
PKG_LICENSE_FILES:=License
21+
PKG_CPE_ID:=cpe:/a:libcap-ng_project:libcap-ng
2122

2223
PKG_INSTALL:=1
2324
PKG_BUILD_PARALLEL:=1

libs/libcgroup/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ PKG_HASH:=e4e38bdc7ef70645ce33740ddcca051248d56b53283c0dc6d404e17706f6fb51
1111
PKG_MAINTAINER:=Daniel Danzberger <[email protected]>
1212
PKG_LICENSE:=LGPL-2.1-or-later
1313
PKG_LICENSE_FILES:=COPYING
14+
PKG_CPE_ID:=cpe:/a:libcgroup_project:libcgroup
1415

1516
PKG_FIXUP:=autoreconf
1617
PKG_INSTALL:=1

libs/libcoap/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ PKG_HASH:=1a195adacd6188d3b71c476e7b21706fef7f3663ab1fb138652e8da49a9ec556
1818
PKG_MAINTAINER:=Anton Glukhov <[email protected]>
1919
PKG_LICENSE:=GPL-2.0-or-later BSD-2-Clause
2020
PKG_LICENSE_FILES:=COPYING LICENSE.GPL LICENSE.BSD
21+
PKG_CPE_ID:=cpe:/a:libcoap:libcoap
2122

2223
PKG_FIXUP:=autoreconf
2324
PKG_INSTALL:=1

libs/libdaemon/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
1515
PKG_SOURCE_URL:=http://0pointer.de/lennart/projects/libdaemon/
1616
PKG_HASH:=fd23eb5f6f986dcc7e708307355ba3289abe03cc381fc47a80bca4a50aa6b834
1717
PKG_MAINTAINER:=Ted Hess <[email protected]>
18+
PKG_CPE_ID:=cpe:/a:libdaemon_project:libdaemon
1819

1920
PKG_FIXUP:=autoreconf
2021
PKG_INSTALL:=1

libs/libfastjson/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ PKG_HASH:=3544c757668b4a257825b3cbc26f800f59ef3c1ff2a260f40f96b48ab1d59e07
1818
PKG_MAINTAINER:=Dov Murik <[email protected]>
1919
PKG_LICENSE:=MIT
2020
PKG_LICENSE_FILES:=COPYING
21+
PKG_CPE_ID:=cpe:/a:rsyslog:libfastjson
2122

2223
PKG_BUILD_PARALLEL:=1
2324
PKG_INSTALL:=1

libs/libffi/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ PKG_HASH:=0acbca9fd9c0eeed7e5d9460ae2ea945d3f1f3d48e13a4c54da12c7e0d23c313
1717

1818
PKG_LICENSE:=MIT
1919
PKG_LICENSE_FILES:=LICENSE
20+
PKG_CPE_ID:=cpe:/a:libffi_project:libffi
2021

2122
PKG_FIXUP:=autoreconf
2223
PKG_INSTALL:=1

libs/libgpg-error/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ PKG_HASH:=9e3c670966b96ecc746c28c2c419541e3bcb787d1a73930f5e5f5e1bcbbb9bdb
2020
PKG_MAINTAINER:=W. Michael Petullo <[email protected]>
2121
PKG_LICENSE:=LGPL-2.1-or-later
2222
PKG_LICENSE_FILES:=COPYING
23+
PKG_CPE_ID:=cpe:/a:gnupg:libgpg-error
2324

2425
PKG_FIXUP:=autoreconf
2526
PKG_INSTALL:=1

libs/libical/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ PKG_SOURCE_URL:=https://github.com/libical/libical/releases/download/v$(PKG_VERS
1818
PKG_MAINTAINER:=Jose Zapater <[email protected]>
1919
PKG_LICENSE:=LGPL-2.1-or-later MPL-2.0
2020
PKG_LICENSE_FILES:=COPYING
21+
PKG_CPE_ID:=cpe:/a:libical_project:libical
2122

2223
CMAKE_INSTALL:=1
2324

libs/libidn/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ PKG_HASH:=884d706364b81abdd17bee9686d8ff2ae7431c5a14651047c68adf8b31fd8945
1818
PKG_MAINTAINER:=
1919
PKG_LICENSE:=GPL-2.0-or-later GPL-3.0-or-later LGPL-2.1-or-later LGPL-3.0-or-later Apache-2.0
2020
PKG_LICENSE_FILES:=COPYING COPYINGv2 COPYINGv3 COPYING.LESSERv2 COPYING.LESSERv3 java/LICENSE-2.0.txt
21+
PKG_CPE_ID:=cpe:/a:gnu:libidn
2122

2223
PKG_INSTALL:=1
2324
PKG_BUILD_PARALLEL:=1

libs/libjpeg-turbo/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ PKG_HASH:=c2ce515a78d91b09023773ef2770d6b0df77d674e144de80d63e0389b3a15ca6
1111
PKG_MAINTAINER:=Rosen Penev <[email protected]>
1212
PKG_LICENSE:=BSD-3-Clause IJG zlib
1313
PKG_LICENSE_FILES:=LICENSE.md
14+
PKG_CPE_ID:=cpe:/a:libjpeg-turbo:libjpeg-turbo
1415

1516
# Allows ASM compilation for speed
1617
PKG_BUILD_FLAGS:=no-mips16

libs/libksba/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ PKG_HASH:=bbb43f032b9164d86c781ffe42213a83bf4f2fee91455edfa4654521b8b03b6b
1111
PKG_MAINTAINER:=Daniel Golle <[email protected]>
1212
PKG_LICENSE:=LGPL-3.0-or-later GPL-2.0-or-later
1313
PKG_LICENSE_FILES:=COPYING.GPLv2 COPYING.GPLv3 COPYING.LGPLv3
14+
PKG_CPE_ID:=cpe:/a:gnupg:libksba
1415

1516
PKG_FIXUP:=autoreconf
1617
PKG_INSTALL:=1

libs/liblz4/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ PKG_SOURCE_URL:=https://codeload.github.com/lz4/lz4/tar.gz/v$(PKG_VERSION)?
1616
PKG_HASH:=0b0e3aa07c8c063ddf40b082bdf7e37a1562bda40a0ff5272957f3e987e0e54b
1717

1818
PKG_MAINTAINER:=Darik Horn <[email protected]>
19+
PKG_CPE_ID:=cpe:/a:lz4_project:lz4
1920

2021
PKG_CONFIG_DEPENDS:=CONFIG_PACKAGE_lz4
2122

libs/libmaxminddb/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ PKG_HASH:=e8414f0dedcecbc1f6c31cb65cd81650952ab0677a4d8c49cab603b3b8fb083e
1818
PKG_MAINTAINER:=Jan Pavlinec <[email protected]>
1919
PKG_LICENSE:=Apache-2.0
2020
PKG_LICENSE_FILES:=LICENSE
21+
PKG_CPE_ID:=cpe:/a:maxmind:libmaxminddb
2122

2223
include $(INCLUDE_DIR)/package.mk
2324
include $(INCLUDE_DIR)/cmake.mk

libs/libmicrohttpd/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ PKG_HASH:=9278907a6f571b391aab9644fd646a5108ed97311ec66f6359cebbedb0a4e3bb
1818
PKG_MAINTAINER:=Alexander Couzens <[email protected]>
1919
PKG_LICENSE:=LGPL-2.1-or-later
2020
PKG_LICENSE_FILES:=COPYING
21+
PKG_CPE_ID:=cpe:/a:gnu:libmicrohttpd
2122

2223
PKG_INSTALL:=1
2324
PKG_BUILD_PARALLEL:=1

libs/libmodbus/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ PKG_MAINTAINER:=Michael Heimpold <[email protected]>
1919

2020
PKG_LICENSE:=LGPL-2.1-or-later
2121
PKG_LICENSE_FILES:=COPYING.LESSER
22+
PKG_CPE_ID:=cpe:/a:libmodbus:libmodbus
2223

2324
PKG_FIXUP:=autoreconf
2425
PKG_INSTALL:=1

libs/libnet-1.2.x/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ PKG_SOURCE_URL:=@SF/libnet-dev
1616
PKG_HASH:=72c380785ad44183005e654b47cc12485ee0228d7fa6b0a87109ff7614be4a63
1717
PKG_MAINTAINER:=Mislav Novakovic <[email protected]>
1818
PKG_LICENSE:=GPL-2.0
19+
PKG_CPE_ID:=cpe:/a:libnet_project:libnet
1920

2021
PKG_FIXUP:=autoreconf
2122
PKG_INSTALL:=1

libs/libnetfilter-cthelper/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ PKG_HASH:=07618e71c4d9a6b6b3dc1986540486ee310a9838ba754926c7d14a17d8fccf3d
1919

2020
PKG_FIXUP:=autoreconf
2121
PKG_LICENSE:=GPL-2.0+
22+
PKG_CPE_ID:=cpe:/a:netfilter:libnetfilter_cthelper
2223

2324
PKG_INSTALL:=1
2425

libs/libnetfilter-cttimeout/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ PKG_HASH:=aeab12754f557cba3ce2950a2029963d817490df7edb49880008b34d7ff8feba
1919

2020
PKG_FIXUP:=autoreconf
2121
PKG_LICENSE:=GPL-2.0+
22+
PKG_CPE_ID:=cpe:/a:netfilter:libnetfilter_cttimeout
2223

2324
PKG_INSTALL:=1
2425

libs/libnetfilter-queue/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ PKG_HASH:=f9ff3c11305d6e03d81405957bdc11aea18e0d315c3e3f48da53a24ba251b9f5
1818
PKG_FIXUP:=autoreconf
1919
PKG_LICENSE:=GPL-2.0-or-later
2020
PKG_LICENSE_FILES:=COPYING
21+
PKG_CPE_ID:=cpe:/a:netfilter:libnetfilter_queue
2122

2223
PKG_INSTALL:=1
2324
PKG_BUILD_PARALLEL:=1

libs/libopen62541/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ PKG_MIRROR_HASH:=1587eba9e697591a342d91df02acb7460e74617895f810c006ad3d7e4bce21b
1818

1919
PKG_LICENSE:=MPL-2.0
2020
PKG_LICENSE_FILES:=LICENSE
21+
PKG_CPE_ID:=cpe:/a:open62541:open62541
2122
PKG_MAINTAINER:=Michele Primavera <[email protected]>
2223

2324
CMAKE_INSTALL:=1

libs/liboping/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ PKG_VERSION:=1.10.0
1212
PKG_RELEASE:=3
1313
PKG_MAINTAINER:=Jo-Philipp Wich <[email protected]>
1414
PKG_LICENSE:=LGPL-2.1-or-later
15+
PKG_CPE_ID:=cpe:/a:noping:liboping
1516

1617
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
1718
PKG_SOURCE_URL:=https://noping.cc/files

libs/libqmi/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ PKG_MIRROR_HASH:=af3dc760d0c40ef8af1f8b424435daa12bff698ed45b1cc9a9e38ea62ed047f
1818
PKG_BUILD_FLAGS:=gc-sections
1919

2020
PKG_MAINTAINER:=Nicholas Smith <[email protected]>
21+
PKG_CPE_ID:=cpe:/a:libqmi_project:libqmi
2122

2223
include $(INCLUDE_DIR)/package.mk
2324
include $(INCLUDE_DIR)/nls.mk

libs/libsamplerate/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ PKG_MAINTAINER:=Ted Hess <[email protected]>
1919

2020
PKG_LICENSE:=GPL-2.0
2121
PKG_LICENSE_FILES:=COPYING
22+
PKG_CPE_ID:=cpe:/a:libsamplerate_project:libsamplerate
2223

2324
PKG_INSTALL:=1
2425

0 commit comments

Comments
 (0)