From: Michael Mair-Keimberger Date: Sun, 22 Sep 2019 18:39:53 +0000 (+0200) Subject: dev-util/radare2: remove unused patch(es) X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=031d47f7b149a86f86e9068b9cf69d006978189f;p=gentoo.git dev-util/radare2: remove unused patch(es) Signed-off-by: Michael Mair-Keimberger Closes: https://github.com/gentoo/gentoo/pull/13013 Signed-off-by: Sergei Trofimovich --- diff --git a/dev-util/radare2/files/radare2-3.5.1-mount-free.patch b/dev-util/radare2/files/radare2-3.5.1-mount-free.patch deleted file mode 100644 index ad27596fc124..000000000000 --- a/dev-util/radare2/files/radare2-3.5.1-mount-free.patch +++ /dev/null @@ -1,22 +0,0 @@ -https://bugs.gentoo.org/688336 - -From 40453029179d230cf02ffed205f2d63e33981b8f Mon Sep 17 00:00:00 2001 -From: pancake -Date: Mon, 17 Jun 2019 11:34:49 +0200 -Subject: [PATCH] Fix #14334 - Double-free in ms command - ---- - libr/core/cmd_mount.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - ---- a/libr/core/cmd_mount.c -+++ b/libr/core/cmd_mount.c -@@ -471,7 +471,7 @@ static int cmd_mount(void *data, const char *_input) { - rli->completion.run_user = rli->user; - r_line_completion_set (&rli->completion, ms_argc, ms_argv); - r_fs_shell_prompt (&shell, core->fs, input); -- free (cwd); -+ R_FREE (cwd); - r_pvector_clear (&rli->completion.args); - memcpy (&rli->completion, &c, sizeof (c)); - } diff --git a/dev-util/radare2/files/radare2-3.7.0-with-syscapstone-p1.patch b/dev-util/radare2/files/radare2-3.7.0-with-syscapstone-p1.patch deleted file mode 100644 index 3f87d606bba4..000000000000 --- a/dev-util/radare2/files/radare2-3.7.0-with-syscapstone-p1.patch +++ /dev/null @@ -1,24 +0,0 @@ -From 8b37ac49b609cc69b27a6b3b76fa9d8d819bae83 Mon Sep 17 00:00:00 2001 -From: pancake -Date: Thu, 1 Aug 2019 05:23:56 +0200 -Subject: [PATCH] Add capstone dependency with the mk - ---- - binr/rabin2/Makefile | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/binr/rabin2/Makefile b/binr/rabin2/Makefile -index 0ecb48629..33219020b 100644 ---- a/binr/rabin2/Makefile -+++ b/binr/rabin2/Makefile -@@ -15,6 +15,6 @@ include ../../shlr/grub/deps.mk - include ../../shlr/bochs/deps.mk - include ../../shlr/qnx/deps.mk - include ../../shlr/ar/deps.mk --LINK+=../../shlr/capstone/libcapstone.a -+include ../../shlr/capstone.mk - - LDFLAGS+=$(LINK) --- -2.22.0 - diff --git a/dev-util/radare2/files/radare2-3.7.0-with-syscapstone-p2.patch b/dev-util/radare2/files/radare2-3.7.0-with-syscapstone-p2.patch deleted file mode 100644 index 1ebb74efb36d..000000000000 --- a/dev-util/radare2/files/radare2-3.7.0-with-syscapstone-p2.patch +++ /dev/null @@ -1,22 +0,0 @@ -From 38a10d64fb33484f0e50c3d8f40a6c19c0ee37ec Mon Sep 17 00:00:00 2001 -From: Slava -Date: Sun, 4 Aug 2019 04:00:12 +0300 -Subject: [PATCH] Fix build with system capstone (--with-syscapstone) (#14753) - ---- - shlr/capstone.mk | 4 ++++ - 1 file changed, 4 insertions(+) - -diff --git a/shlr/capstone.mk b/shlr/capstone.mk -index b3cc42d24..f1a2de04d 100644 ---- a/shlr/capstone.mk -+++ b/shlr/capstone.mk -@@ -1 +1,5 @@ -+ifeq ($(USE_CAPSTONE),1) -+LINK+=${CAPSTONE_LDFLAGS} -+else - LINK+=$(SHLR)/capstone/libcapstone.a -+endif --- -2.22.0 -