summaryrefslogtreecommitdiffstats
path: root/package/patch/patch.mk
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2015-01-23 07:47:56 -0300
committerPeter Korsgaard <peter@korsgaard.com>2015-01-23 16:40:50 +0100
commit78cb8c81fa81f2a4dd63bcc2621ac5436edf26f6 (patch)
treec2266492eb35c7c5aff16abc02374b21e5033c00 /package/patch/patch.mk
parent9711d8b824ff0cee786ef9c131e8f38ddc324b91 (diff)
downloadbuildroot-78cb8c81fa81f2a4dd63bcc2621ac5436edf26f6.tar.gz
buildroot-78cb8c81fa81f2a4dd63bcc2621ac5436edf26f6.zip
patch: security bump to version 2.7.3
Fixes CVE-2015-1196 - allows remote attackers to write to arbitrary files via a symlink attack in a patch file. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/patch/patch.mk')
-rw-r--r--package/patch/patch.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/patch/patch.mk b/package/patch/patch.mk
index 2dd45336f8..4fa0e4102e 100644
--- a/package/patch/patch.mk
+++ b/package/patch/patch.mk
@@ -4,7 +4,7 @@
#
################################################################################
-PATCH_VERSION = 2.7.1
+PATCH_VERSION = 2.7.3
PATCH_SOURCE = patch-$(PATCH_VERSION).tar.xz
PATCH_SITE = $(BR2_GNU_MIRROR)/patch
PATCH_LICENSE = GPLv3+
OpenPOWER on IntegriCloud