diff options
author | Russell Senior <russell@personaltelco.net> | 2019-07-29 12:09:09 -0700 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2019-08-01 21:54:43 +0200 |
commit | a941d39460b67d2d21e86d9c73d3e9b099b2d7fb (patch) | |
tree | cbf17eb0e5d047bf91422126fd1adcbc1e281f55 /tools/patch/Makefile | |
parent | 53b61baac65323942c86247edd840ab925f59450 (diff) | |
download | upstream-a941d39460b67d2d21e86d9c73d3e9b099b2d7fb.tar.gz upstream-a941d39460b67d2d21e86d9c73d3e9b099b2d7fb.tar.bz2 upstream-a941d39460b67d2d21e86d9c73d3e9b099b2d7fb.zip |
tools/patch: apply upstream patch for CVE-2019-13636
In GNU patch through 2.7.6, the following of symlinks is mishandled in
certain cases other than input files. This affects inp.c and util.c.
https://nvd.nist.gov/vuln/detail/CVE-2019-13636
Signed-off-by: Russell Senior <russell@personaltelco.net>
(cherry picked from commit 995bcc532943639f3df36dbcaa361f9167f9f4d5)
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 cab9fee9f6..3bcf668b04 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:=4 +PKG_RELEASE:=5 PKG_CPE_ID:=cpe:/a:gnu:patch PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz |