diff options
author | Russell Senior <russell@personaltelco.net> | 2018-10-14 02:34:32 -0700 |
---|---|---|
committer | Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk> | 2018-10-14 13:36:09 +0100 |
commit | 4797dddfde6a8ffdbdcb4e5b5e137b0a00313f62 (patch) | |
tree | 94c53007ddcacfe88fb5e3352bc4576e68e799ba /tools/patch/Makefile | |
parent | 4c3fae4adcd41f43cf734e4d07a457b111a3d864 (diff) | |
download | upstream-4797dddfde6a8ffdbdcb4e5b5e137b0a00313f62.tar.gz upstream-4797dddfde6a8ffdbdcb4e5b5e137b0a00313f62.tar.bz2 upstream-4797dddfde6a8ffdbdcb4e5b5e137b0a00313f62.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>
Diffstat (limited to 'tools/patch/Makefile')
-rw-r--r-- | tools/patch/Makefile | 2 |
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 |