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:
d6ff1f2
)
utils/borgbackup: assign PKG_CPE_ID
author
Fabrice Fontaine
<redacted>
Sat, 14 Mar 2026 18:17:56 +0000
(19:17 +0100)
committer
Florian Eckert
<redacted>
Wed, 18 Mar 2026 08:22:37 +0000
(09:22 +0100)
cpe:/a:borgbackup:borg is the correct CPE ID for borgbackup:
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:borgbackup:borg
Signed-off-by: Fabrice Fontaine <redacted>
utils/borgbackup/Makefile
patch
|
blob
|
history
diff --git
a/utils/borgbackup/Makefile
b/utils/borgbackup/Makefile
index 883a49cbca5f63581b19605202fdf5f044c339d1..27efeb6bab430c57ac18d2df41f9a10105ea80d6 100644
(file)
--- a/
utils/borgbackup/Makefile
+++ b/
utils/borgbackup/Makefile
@@
-17,6
+17,7
@@
PKG_HASH:=79bbfa745d1901d685973584bd2d16a350686ddd176f6a2244490fb01996441f
PKG_LICENSE:=BSD-3-Clause
PKG_LICENSE_FILES:=LICENSE
PKG_MAINTAINER:=Julien Malik <julien.malik@paraiso.me>
+PKG_CPE_ID:=cpe:/a:borgbackup:borg
include ../../lang/python/pypi.mk
include $(INCLUDE_DIR)/package.mk
git clone https://git.99rst.org/PROJECT