patch: security bump to version 2.7.3
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Fri, 23 Jan 2015 10:47:56 +0000 (07:47 -0300)
committerPeter Korsgaard <peter@korsgaard.com>
Fri, 23 Jan 2015 15:40:50 +0000 (16:40 +0100)
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>
package/patch/patch.hash [new file with mode: 0644]
package/patch/patch.mk

diff --git a/package/patch/patch.hash b/package/patch/patch.hash
new file mode 100644 (file)
index 0000000..7f1b024
--- /dev/null
@@ -0,0 +1,2 @@
+# Locally calculated after checking pgp signature
+sha256 d09022de9d629561bf4dad44625ef4b1ead15178b210412113531730cdb6f19d        patch-2.7.3.tar.xz
index 2dd45336f8f6b2989e398757cdfee34876d10f7c..4fa0e4102e78599e5851dc0a3abf461ec7215f1c 100644 (file)
@@ -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+