Browse Source

Merge pull request #7520 from neheb/patch-1

libgcrypt: Аdd PKC_CPE_ID for proper CVE tracking
lilik-openwrt-22.03
Hannu Nyman 6 years ago
committed by GitHub
parent
commit
903c34e289
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      libs/libgcrypt/Makefile

+ 4
- 2
libs/libgcrypt/Makefile 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


Loading…
Cancel
Save