diff options
author | Karl Palsson <karlp@etactica.com> | 2018-10-18 09:45:46 +0000 |
---|---|---|
committer | Karl Palsson <karlp@etactica.com> | 2018-10-18 09:45:46 +0000 |
commit | 2b50949287820e2c0983015b94c0285fd959098a (patch) | |
tree | 9f1f1c3648e75678d20194bb408fdc6b627d5b23 /libs/c-ares | |
parent | 9deeb53403fc1ffa6c1dcabf8bbaf1b2ab1fe161 (diff) |
libs/c-ares: finaly cpe id update.
Use the correct base 2.2 CPE id from
https://nvd.nist.gov/products/cpe/search instead of the old id.
Signed-off-by: Karl Palsson <karlp@etactica.com>
Diffstat (limited to 'libs/c-ares')
-rw-r--r-- | libs/c-ares/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/c-ares/Makefile b/libs/c-ares/Makefile index dde06a091..a1c04e50e 100644 --- a/libs/c-ares/Makefile +++ b/libs/c-ares/Makefile @@ -10,13 +10,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=c-ares PKG_VERSION:=1.14.0 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_LICENSE:=MIT PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://c-ares.haxx.se/download PKG_HASH:=45d3c1fd29263ceec2afc8ff9cd06d5f8f889636eb4e80ce3cc7f0eaf7aadc6e -PKG_CPE_ID:=cpe:/a:daniel_stenberg:c-ares +PKG_CPE_ID:=cpe:/a:c-ares_project:c-ares PKG_FIXUP:=autoreconf PKG_INSTALL:=1 |