diff options
author | Rosen Penev <rosenp@gmail.com> | 2018-10-31 16:55:14 -0700 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2018-12-18 17:22:06 +0100 |
commit | b2df8076bd697c89309fc6392683b5bb53a96edb (patch) | |
tree | 5c97794505663bbc062b155e19b96482ebd642fa /tools/patch/Makefile | |
parent | 27528d48e1f2a10b42ae6c9918f449b0c0911fa9 (diff) | |
download | upstream-b2df8076bd697c89309fc6392683b5bb53a96edb.tar.gz upstream-b2df8076bd697c89309fc6392683b5bb53a96edb.tar.bz2 upstream-b2df8076bd697c89309fc6392683b5bb53a96edb.zip |
tools/patch: Add fedora patch for crashing git style patches
https://lists.gnu.org/archive/html/bug-patch/2018-10/msg00000.html
I assume a CVE number will be assigned soon.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(backported from 32fc41baabc9e83a045a7a805b0d91a030cfbd3c)
Diffstat (limited to 'tools/patch/Makefile')
-rw-r--r-- | tools/patch/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/patch/Makefile b/tools/patch/Makefile index 7323b5b2ab..cab9fee9f6 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:=3 +PKG_RELEASE:=4 PKG_CPE_ID:=cpe:/a:gnu:patch PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz |