diff options
author | Jan Pavlinec <jan.pavlinec@nic.cz> | 2019-01-31 13:20:19 +0100 |
---|---|---|
committer | Jan Pavlinec <jan.pavlinec@nic.cz> | 2019-04-01 12:43:28 +0200 |
commit | 89789e3b77fcea5585ee31b520135e5485ef1719 (patch) | |
tree | e6a0125ebe91fdfb828cf401ff44c9828278c77f /utils/openocd/Makefile | |
parent | c7315a6acd0ba3ef5c3e6408d2728b2c59c81587 (diff) |
openocd: patch security issue
CVE-2018-5704 - https://nvd.nist.gov/vuln/detail/CVE-2018-5704
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Diffstat (limited to 'utils/openocd/Makefile')
-rw-r--r-- | utils/openocd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/openocd/Makefile b/utils/openocd/Makefile index e6d4c8f94..7eeabb6b9 100644 --- a/utils/openocd/Makefile +++ b/utils/openocd/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openocd PKG_SOURCE_VERSION:=0.10.0 PKG_VERSION:=v$(PKG_SOURCE_VERSION) -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE_URL:=@SF/openocd PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.bz2 @@ -20,6 +20,7 @@ PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:=COPYING PKG_MAINTAINER:=Paul Fertser <fercerpav@gmail.com> +PKG_CPE_ID:=cpe:/a:openocd:open_on-chip_debugger PKG_BUILD_PARALLEL:=1 PKG_INSTALL:=1 |