diff options
author | Rosen Penev <rosenp@gmail.com> | 2018-08-19 15:05:41 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-19 15:05:41 -0700 |
commit | 61cdf7b4d66754b7c137d7abec1bcfab6047524c (patch) | |
tree | f491af4e47a2b5253cfa7aa5c24b62a539a38a78 /libs/avahi/Makefile | |
parent | 8f8fa472347f2a68a4cd8a021f91167dc282f1a6 (diff) |
avahi: Add CPE ID to track CVEs
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'libs/avahi/Makefile')
-rw-r--r-- | libs/avahi/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/avahi/Makefile b/libs/avahi/Makefile index a4955e318..ddacce035 100644 --- a/libs/avahi/Makefile +++ b/libs/avahi/Makefile @@ -15,10 +15,11 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/lathiat/avahi/releases/download/v$(PKG_VERSION) \ https://avahi.org/download PKG_HASH:=57a99b5dfe7fdae794e3d1ee7a62973a368e91e414bd0dfa5d84434de5b14804 + PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net> +PKG_CPE_ID:=cpe:/a:avahi:avahi PKG_BUILD_DEPENDS:=intltool/host - PKG_FIXUP:=autoreconf PKG_REMOVE_FILES:=autogen.sh |