aboutsummaryrefslogtreecommitdiffstats
path: root/tools/patch/Makefile
diff options
context:
space:
mode:
authorRussell Senior <russell@personaltelco.net>2018-10-14 02:34:32 -0700
committerJo-Philipp Wich <jo@mein.io>2018-12-18 17:22:06 +0100
commited32045bcc645e15b5e9f44061efa218024d5137 (patch)
tree9470914724e9432b44195270f440e9609a44db6b /tools/patch/Makefile
parentab64f9da81c72cad4ca88c0af1e3a7ba0fa7685c (diff)
downloadupstream-ed32045bcc645e15b5e9f44061efa218024d5137.tar.gz
upstream-ed32045bcc645e15b5e9f44061efa218024d5137.tar.bz2
upstream-ed32045bcc645e15b5e9f44061efa218024d5137.zip
patch: apply upstream cve fixes
Apply two upstream patches to address two CVEs: * CVE-2018-1000156 * CVE-2018-6952 Add PKG_CPE_ID to Makefile. Build tested on apm821xx and ar71xx. Signed-off-by: Russell Senior <russell@personaltelco.net> (backported from 4797dddfde6a8ffdbdcb4e5b5e137b0a00313f62) (rebased patches) Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'tools/patch/Makefile')
-rw-r--r--tools/patch/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/patch/Makefile b/tools/patch/Makefile
index 4c4c09bc08..0f4d7f0326 100644
--- a/tools/patch/Makefile
+++ b/tools/patch/Makefile
@@ -8,6 +8,8 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=patch
PKG_VERSION:=2.7.6
+PKG_RELEASE:=2
+PKG_CPE_ID:=cpe:/a:gnu:patch
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@GNU/patch