From: Robert Schwebel <r.schwebel@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Robert Schwebel <r.schwebel@pengutronix.de>
Subject: [ptxdist] [PATCH 1/6] readline: version bump 7.0 -> 8.0
Date: Mon, 27 Jul 2020 12:02:36 +0200 [thread overview]
Message-ID: <20200727100236.3134053-1-r.schwebel@pengutronix.de> (raw)
In-Reply-To: <20200727090555.q77cuhvgnvf4gtwc@pengutronix.de>
There is one new configure option; the patche have been forward-ported
and are still valid.
Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
---
.../{readline-7.0 => readline-8.0}/0001-rl-attribute.patch | 4 ++--
| 4 ++--
.../{readline-7.0 => readline-8.0}/0003-rl-no-rpath.patch | 2 +-
.../{readline-7.0 => readline-8.0}/0004-rlfe-history.patch | 0
.../0005-always-link-against-our-termcap-libraries.patch | 0
patches/{readline-7.0 => readline-8.0}/series | 0
rules/readline.make | 5 +++--
7 files changed, 8 insertions(+), 7 deletions(-)
rename patches/{readline-7.0 => readline-8.0}/0001-rl-attribute.patch (92%)
rename patches/{readline-7.0 => readline-8.0}/0002-rl-header.patch (91%)
rename patches/{readline-7.0 => readline-8.0}/0003-rl-no-rpath.patch (95%)
rename patches/{readline-7.0 => readline-8.0}/0004-rlfe-history.patch (100%)
rename patches/{readline-7.0 => readline-8.0}/0005-always-link-against-our-termcap-libraries.patch (100%)
rename patches/{readline-7.0 => readline-8.0}/series (100%)
diff --git a/patches/readline-7.0/0001-rl-attribute.patch b/patches/readline-8.0/0001-rl-attribute.patch
similarity index 92%
rename from patches/readline-7.0/0001-rl-attribute.patch
rename to patches/readline-8.0/0001-rl-attribute.patch
index ac9bd84e8..7f8f9ec3f 100644
--- a/patches/readline-7.0/0001-rl-attribute.patch
+++ b/patches/readline-8.0/0001-rl-attribute.patch
@@ -14,10 +14,10 @@ Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/readline.h b/readline.h
-index 924bbfb0f213..b1a177a577d5 100644
+index da782716af2a..5858147b2e8d 100644
--- a/readline.h
+++ b/readline.h
-@@ -385,7 +385,7 @@ extern int rl_reset_line_state PARAMS((void));
+@@ -393,7 +393,7 @@ extern int rl_reset_line_state PARAMS((void));
extern int rl_crlf PARAMS((void));
#if defined (USE_VARARGS) && defined (PREFER_STDARG)
--git a/patches/readline-7.0/0002-rl-header.patch b/patches/readline-8.0/0002-rl-header.patch
similarity index 91%
rename from patches/readline-7.0/0002-rl-header.patch
rename to patches/readline-8.0/0002-rl-header.patch
index 94a7f616e..108957d3d 100644
--- a/patches/readline-7.0/0002-rl-header.patch
+++ b/patches/readline-8.0/0002-rl-header.patch
@@ -14,7 +14,7 @@ Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
2 files changed, 2 insertions(+)
diff --git a/history.h b/history.h
-index 8ce7c805d168..8d568a79fa29 100644
+index cc3de29a6423..24cd63ce111c 100644
--- a/history.h
+++ b/history.h
@@ -32,6 +32,7 @@ extern "C" {
@@ -26,7 +26,7 @@ index 8ce7c805d168..8d568a79fa29 100644
# include <readline/rltypedefs.h>
#endif
diff --git a/readline.h b/readline.h
-index b1a177a577d5..06c2abe61736 100644
+index 5858147b2e8d..7d4ecd2346fa 100644
--- a/readline.h
+++ b/readline.h
@@ -32,6 +32,7 @@ extern "C" {
diff --git a/patches/readline-7.0/0003-rl-no-rpath.patch b/patches/readline-8.0/0003-rl-no-rpath.patch
similarity index 95%
rename from patches/readline-7.0/0003-rl-no-rpath.patch
rename to patches/readline-8.0/0003-rl-no-rpath.patch
index 5a97e715e..0f49199e5 100644
--- a/patches/readline-7.0/0003-rl-no-rpath.patch
+++ b/patches/readline-8.0/0003-rl-no-rpath.patch
@@ -13,7 +13,7 @@ Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/support/shobj-conf b/support/shobj-conf
-index 1f64433dea83..ce435d7db254 100644
+index 7920f1b5cb90..7ac9c9fb311d 100644
--- a/support/shobj-conf
+++ b/support/shobj-conf
@@ -128,7 +128,7 @@ linux*-*|gnu*-*|k*bsd*-gnu-*|freebsd*-gentoo)
diff --git a/patches/readline-7.0/0004-rlfe-history.patch b/patches/readline-8.0/0004-rlfe-history.patch
similarity index 100%
rename from patches/readline-7.0/0004-rlfe-history.patch
rename to patches/readline-8.0/0004-rlfe-history.patch
diff --git a/patches/readline-7.0/0005-always-link-against-our-termcap-libraries.patch b/patches/readline-8.0/0005-always-link-against-our-termcap-libraries.patch
similarity index 100%
rename from patches/readline-7.0/0005-always-link-against-our-termcap-libraries.patch
rename to patches/readline-8.0/0005-always-link-against-our-termcap-libraries.patch
diff --git a/patches/readline-7.0/series b/patches/readline-8.0/series
similarity index 100%
rename from patches/readline-7.0/series
rename to patches/readline-8.0/series
diff --git a/rules/readline.make b/rules/readline.make
index 4cb9663f2..14b89cfb9 100644
--- a/rules/readline.make
+++ b/rules/readline.make
@@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_READLINE) += readline
#
# Paths and names
#
-READLINE_VERSION := 7.0
-READLINE_MD5 := 205b03a87fc83dab653b628c59b9fc91
+READLINE_VERSION := 8.0
+READLINE_MD5 := 7e6c1f16aee3244a69aba6e438295ca3
READLINE := readline-$(READLINE_VERSION)
READLINE_SUFFIX := tar.gz
READLINE_URL := $(call ptx/mirror, GNU, readline/$(READLINE).$(READLINE_SUFFIX))
@@ -34,6 +34,7 @@ READLINE_AUTOCONF := \
--disable-multibyte \
--enable-shared \
--disable-static\
+ --disable-install-examples \
$(GLOBAL_LARGE_FILE_OPTION) \
--$(call ptx/wwo,PTXCONF_READLINE_NCURSES)-curses
--
2.27.0
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de
next prev parent reply other threads:[~2020-07-27 10:02 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-26 14:24 [ptxdist] [PATCH 01/13] ncurses: version bump 6.1 -> 6.2 Robert Schwebel
2020-07-26 14:24 ` [ptxdist] [PATCH 02/13] openssh: version bump 8.0p1 -> 8.3p1 Robert Schwebel
2020-08-03 6:30 ` [ptxdist] [APPLIED] " Michael Olbrich
2020-07-26 14:24 ` [ptxdist] [PATCH 03/13] libndp: version bump 1.6 -> 1.7 Robert Schwebel
2020-08-03 6:30 ` [ptxdist] [APPLIED] " Michael Olbrich
2020-07-26 14:24 ` [ptxdist] [PATCH 04/13] haveged: version bump 1.9.8 -> 1.9.13 Robert Schwebel
2020-08-03 6:30 ` [ptxdist] [APPLIED] " Michael Olbrich
2020-07-26 14:24 ` [ptxdist] [PATCH 05/13] less: version bump 487 -> 530 Robert Schwebel
2020-08-03 6:30 ` [ptxdist] [APPLIED] " Michael Olbrich
2020-07-26 14:24 ` [ptxdist] [PATCH 06/13] i2c-tools: version bump 4.0 -> 4.1 Robert Schwebel
2020-08-03 6:30 ` [ptxdist] [APPLIED] " Michael Olbrich
2020-07-26 14:24 ` [ptxdist] [PATCH 07/13] libseccomp: version bump 2.4.3 -> 2.5.0 Robert Schwebel
2020-08-03 6:30 ` [ptxdist] [APPLIED] " Michael Olbrich
2020-07-26 14:24 ` [ptxdist] [PATCH 08/13] readline: version bump 7.0 -> 8.0 Robert Schwebel
2020-07-27 9:05 ` Roland Hieber
2020-07-27 10:02 ` Robert Schwebel [this message]
2020-08-03 6:30 ` [ptxdist] [APPLIED] " Michael Olbrich
2020-07-26 14:24 ` [ptxdist] [PATCH 09/13] procps: version bump 3.3.15 -> 3.3.16 Robert Schwebel
2020-08-03 6:30 ` [ptxdist] [APPLIED] " Michael Olbrich
2020-07-26 14:24 ` [ptxdist] [PATCH 10/13] strace: version bump 5.4 -> 5.7 Robert Schwebel
2020-08-03 6:30 ` [ptxdist] [APPLIED] " Michael Olbrich
2020-07-26 14:24 ` [ptxdist] [PATCH 11/13] pciutils: version bump 3.6.2 -> 3.7.0 Robert Schwebel
2020-08-03 6:30 ` [ptxdist] [APPLIED] " Michael Olbrich
2020-07-26 14:24 ` [ptxdist] [PATCH 12/13] util-linux-nt: version bump 2.35.2 -> 2.36 Robert Schwebel
2020-07-30 13:41 ` Michael Olbrich
2020-07-30 14:56 ` [ptxdist] [PATCHv2] util-linux-ng: " Robert Schwebel
2020-07-31 5:00 ` Michael Olbrich
2020-07-31 5:43 ` [ptxdist] [PATCHv3] " Robert Schwebel
2020-08-03 6:30 ` [ptxdist] [APPLIED] " Michael Olbrich
2020-07-31 5:43 ` [ptxdist] [PATCHv2] " Robert Schwebel
2020-07-26 14:24 ` [ptxdist] [PATCH 13/13] iproute2: version bump 5.6.0 -> 5.7.0 Robert Schwebel
2020-08-03 6:30 ` [ptxdist] [APPLIED] " Michael Olbrich
2020-08-03 6:30 ` [ptxdist] [APPLIED] ncurses: version bump 6.1 -> 6.2 Michael Olbrich
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200727100236.3134053-1-r.schwebel@pengutronix.de \
--to=r.schwebel@pengutronix.de \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox