git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
a127cc5
)
admin/backuppc: assign PKG_CPE_ID
author
Fabrice Fontaine
<redacted>
Sat, 14 Mar 2026 18:24:03 +0000
(19:24 +0100)
committer
Florian Eckert
<redacted>
Wed, 18 Mar 2026 08:24:35 +0000
(09:24 +0100)
cpe:/a:backuppc:backuppc is the correct CPE ID for backuppc:
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:backuppc:backuppc
Signed-off-by: Fabrice Fontaine <redacted>
admin/backuppc/Makefile
patch
|
blob
|
history
diff --git
a/admin/backuppc/Makefile
b/admin/backuppc/Makefile
index 1217eb27d1f1bcd6419c7c215d1fe06c102541ca..e85fa4a8c8344a66c2171140d733aa0a7c1b49ff 100644
(file)
--- a/
admin/backuppc/Makefile
+++ b/
admin/backuppc/Makefile
@@
-17,6
+17,7
@@
PKG_BUILD_DIR:=$(BUILD_DIR)/BackupPC-$(PKG_VERSION)
PKG_MAINTAINER:=Carsten Wolff <carsten@wolffcarsten.de>
PKG_LICENSE:=GPL-2.0-or-later
PKG_LICENSE_FILES:=LICENSE
+PKG_CPE_ID:=cpe:/a:backuppc:backuppc
include $(INCLUDE_DIR)/package.mk
git clone https://git.99rst.org/PROJECT