aboutsummaryrefslogtreecommitdiffstats
path: root/tools/patch/Makefile
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2018-10-15 10:17:29 -0700
committerJo-Philipp Wich <jo@mein.io>2018-12-18 17:22:06 +0100
commit27528d48e1f2a10b42ae6c9918f449b0c0911fa9 (patch)
tree891317c3b652cdbc7b4efecac8e5806383242ffc /tools/patch/Makefile
parenta10c67b05727ec8b773771f60127cac39ffa90f8 (diff)
downloadupstream-27528d48e1f2a10b42ae6c9918f449b0c0911fa9.tar.gz
upstream-27528d48e1f2a10b42ae6c9918f449b0c0911fa9.tar.bz2
upstream-27528d48e1f2a10b42ae6c9918f449b0c0911fa9.zip
tools: patch: Add missing CVE-2018-6951 fix
uscan reports a new CVE now that PKG_CPE_ID was added. Reordered patches by date. Signed-off-by: Rosen Penev <rosenp@gmail.com> [re-title commit & refresh patches] Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk> (backported from a6bd9d0cb652686453604b762e80a35d023908c4)
Diffstat (limited to 'tools/patch/Makefile')
-rw-r--r--tools/patch/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/patch/Makefile b/tools/patch/Makefile
index 0f4d7f0326..7323b5b2ab 100644
--- a/tools/patch/Makefile
+++ b/tools/patch/Makefile
@@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=patch
PKG_VERSION:=2.7.6
-PKG_RELEASE:=2
+PKG_RELEASE:=3
PKG_CPE_ID:=cpe:/a:gnu:patch
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz