From c03e3ff8f8f9754a0349ef631e9a203060c945e6 Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Wed, 22 Apr 2020 10:49:09 +0200 Subject: dropwatch: version bump 2015-07-06-g7c33d8a -> 1.5.3 Also, the project moved to github. The old URL is broken. Signed-off-by: Michael Olbrich --- patches/dropwatch-1.5.3/autogen.sh | 1 + .../0001-Fix-for-binutils-2.23.1.patch | 88 ---------------------- patches/dropwatch-2015-07-06-g7c33d8a/series | 4 - 3 files changed, 1 insertion(+), 92 deletions(-) create mode 120000 patches/dropwatch-1.5.3/autogen.sh delete mode 100644 patches/dropwatch-2015-07-06-g7c33d8a/0001-Fix-for-binutils-2.23.1.patch delete mode 100644 patches/dropwatch-2015-07-06-g7c33d8a/series (limited to 'patches') diff --git a/patches/dropwatch-1.5.3/autogen.sh b/patches/dropwatch-1.5.3/autogen.sh new file mode 120000 index 000000000..9f8a4cb7d --- /dev/null +++ b/patches/dropwatch-1.5.3/autogen.sh @@ -0,0 +1 @@ +../autogen.sh \ No newline at end of file diff --git a/patches/dropwatch-2015-07-06-g7c33d8a/0001-Fix-for-binutils-2.23.1.patch b/patches/dropwatch-2015-07-06-g7c33d8a/0001-Fix-for-binutils-2.23.1.patch deleted file mode 100644 index 4eb5bbf54..000000000 --- a/patches/dropwatch-2015-07-06-g7c33d8a/0001-Fix-for-binutils-2.23.1.patch +++ /dev/null @@ -1,88 +0,0 @@ -From: Gustavo Zacarias -Date: Fri, 16 Jun 2017 08:50:03 +0200 -Subject: [PATCH] Fix for binutils 2.23.1 - -libbfd from binutils 2.23.1+ requires PACKAGE* definitions from autoconf. -Patch from https://fedorahosted.org/dropwatch/ticket/5 -Upstream status: new. - -Signed-off-by: Gustavo Zacarias ---- - src/lookup.c | 2 +- - src/lookup.h | 3 +++ - src/lookup_bfd.c | 2 +- - src/lookup_kas.c | 2 +- - 4 files changed, 6 insertions(+), 3 deletions(-) - -diff --git a/src/lookup.c b/src/lookup.c -index ba5499173983..809981b674d3 100644 ---- a/src/lookup.c -+++ b/src/lookup.c -@@ -27,13 +27,13 @@ - #include - #include - #include --#include - #include - #include - #include - #include - - #include "lookup.h" -+#include - - extern struct lookup_methods bfd_methods; - extern struct lookup_methods kallsym_methods; -diff --git a/src/lookup.h b/src/lookup.h -index e6568d8b9445..47a7b569870b 100644 ---- a/src/lookup.h -+++ b/src/lookup.h -@@ -28,6 +28,9 @@ - #include - #include - -+// satisfy PR 14072 in bfd.h -+#define PACKAGE 1 -+#define PACKAGE_VERSION 1 - - /* - * Initalization routine -diff --git a/src/lookup_bfd.c b/src/lookup_bfd.c -index cc7010beecec..271d42682a11 100644 ---- a/src/lookup_bfd.c -+++ b/src/lookup_bfd.c -@@ -25,13 +25,13 @@ - #include - #include - #include --#include - #include - #include - #include - #include - - #include "lookup.h" -+#include - - - static int lookup_bfd_init(void) -diff --git a/src/lookup_kas.c b/src/lookup_kas.c -index 16e639fe5ae8..556cb62a9889 100644 ---- a/src/lookup_kas.c -+++ b/src/lookup_kas.c -@@ -25,7 +25,6 @@ - #include - #include - #include --#include - #include - #include - #include -@@ -33,6 +32,7 @@ - #include - - #include "lookup.h" -+#include - - struct symbol_entry { - char *sym_name; diff --git a/patches/dropwatch-2015-07-06-g7c33d8a/series b/patches/dropwatch-2015-07-06-g7c33d8a/series deleted file mode 100644 index cf276055a..000000000 --- a/patches/dropwatch-2015-07-06-g7c33d8a/series +++ /dev/null @@ -1,4 +0,0 @@ -# generated by git-ptx-patches -#tag:base --start-number 1 -0001-Fix-for-binutils-2.23.1.patch -# 67ddfe89711030b81d1507e21ebd2023 - git-ptx-patches magic -- cgit v1.2.3