Merge pull request #7520 from neheb/patch-1

libgcrypt: Аdd PKC_CPE_ID for proper CVE tracking
This commit is contained in:
Hannu Nyman 2018-12-06 19:44:23 +02:00 committed by GitHub
commit 903c34e289
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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