libgcrypt: Аdd PKG_CPE_ID for proper CVE tracking
authorRosen Penev <redacted>
Mon, 26 Nov 2018 17:41:47 +0000 (09:41 -0800)
committerRosen Penev <redacted>
Mon, 26 Nov 2018 17:43:15 +0000 (09:43 -0800)
Also did some cosmetic adjustments for consistency.

No code changes.

Signed-off-by: Rosen Penev <redacted>
libs/libgcrypt/Makefile

index 02b4aeb16efec58912aa388c71f93caad7b61ded..42c1e9dee8c8b1e8fea348621c18cf126ce15e2c 100644 (file)
@@ -14,8 +14,11 @@ PKG_RELEASE:=1
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=https://www.gnupg.org/ftp/gcrypt/libgcrypt/
 PKG_HASH:=f638143a0672628fde0cad745e9b14deb85dffb175709cacc1f4fe24b93f2227
+
+PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>
 PKG_LICENSE:=LGPL-2.1+ GPL-2.0+
 PKG_LICENSE_FILES:=COPYING
+PKG_CPE_ID:=cpe:/a:gnupg:libgcrypt
 
 PKG_FIXUP:=autoreconf patch-libtool
 PKG_INSTALL:=1
@@ -28,8 +31,7 @@ define Package/libgcrypt
   CATEGORY:=Libraries
   DEPENDS:=+libgpg-error
   TITLE:=GNU crypto library
-  URL:=http://directory.fsf.org/security/libgcrypt.html
-  MAINTAINER:=W. Michael Petullo <mike@flyn.org>
+  URL:=https://www.gnupg.org/related_software/libgcrypt/
 endef
 
 define Package/libgcrypt/description
git clone https://git.99rst.org/PROJECT