* [Buildroot] [PATCH 1/1] package/xterm: bump to version 389
@ 2024-01-22 22:19 Fabrice Fontaine
2024-01-25 21:19 ` Peter Korsgaard
2024-02-28 11:45 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2024-01-22 22:19 UTC (permalink / raw)
To: buildroot; +Cc: Fabrice Fontaine
- Update hash of COPYING (update in year)
- This bump will fix the following musl build failure raised since bump
to version 384 in commit 164d635f3782522c324c710b767ef21c598228c4:
./main.c:802:34: error: 'TAB3' undeclared here (not in a function); did you mean 'TAB0'?
802 | { -1, XTTYMODE__tabs, TAB3 },
| ^~~~
| TAB0
https://invisible-island.net/xterm/xterm.log.html#xterm_389
Fixes:
- http://autobuild.buildroot.org/results/51f98577b851bdbb0a0ab93c9ef94977776c1b1b
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
package/xterm/xterm.hash | 4 ++--
package/xterm/xterm.mk | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/xterm/xterm.hash b/package/xterm/xterm.hash
index 1a2ad8fea0..e0fdcfe66e 100644
--- a/package/xterm/xterm.hash
+++ b/package/xterm/xterm.hash
@@ -1,4 +1,4 @@
# Locally calculated after checking pgp signature
-sha256 31ef870740ceae020c3c4b4a9601c7f47bfd46672c1aaf2d213a565d64cbc373 xterm-384.tgz
+sha256 1cd5763d94d9370fed10d804e831a089b2ace0e7a74b6f56ef5a16a766bde7be xterm-389.tgz
# Locally calculated
-sha256 98d02d0b7f7b8aabb742b05e6960caaa9ae20e26d2f0d0dc57808362f2ac79bc COPYING
+sha256 e38de4a0780954b5a7e69b5fa6c571daa8a1bfbacb4f2c5b2f07099e1a1d7c93 COPYING
diff --git a/package/xterm/xterm.mk b/package/xterm/xterm.mk
index 2fc2f734c8..c2c97dd318 100644
--- a/package/xterm/xterm.mk
+++ b/package/xterm/xterm.mk
@@ -4,7 +4,7 @@
#
################################################################################
-XTERM_VERSION = 384
+XTERM_VERSION = 389
XTERM_SOURCE = xterm-$(XTERM_VERSION).tgz
XTERM_SITE = http://invisible-mirror.net/archives/xterm
XTERM_DEPENDENCIES = ncurses xlib_libXaw host-pkgconf
--
2.43.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/xterm: bump to version 389
2024-01-22 22:19 [Buildroot] [PATCH 1/1] package/xterm: bump to version 389 Fabrice Fontaine
@ 2024-01-25 21:19 ` Peter Korsgaard
2024-02-28 11:45 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2024-01-25 21:19 UTC (permalink / raw)
To: Fabrice Fontaine; +Cc: buildroot
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:
> - Update hash of COPYING (update in year)
> - This bump will fix the following musl build failure raised since bump
> to version 384 in commit 164d635f3782522c324c710b767ef21c598228c4:
> ./main.c:802:34: error: 'TAB3' undeclared here (not in a function); did you mean 'TAB0'?
> 802 | { -1, XTTYMODE__tabs, TAB3 },
> | ^~~~
> | TAB0
> https://invisible-island.net/xterm/xterm.log.html#xterm_389
> Fixes:
> - http://autobuild.buildroot.org/results/51f98577b851bdbb0a0ab93c9ef94977776c1b1b
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Committed, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/xterm: bump to version 389
2024-01-22 22:19 [Buildroot] [PATCH 1/1] package/xterm: bump to version 389 Fabrice Fontaine
2024-01-25 21:19 ` Peter Korsgaard
@ 2024-02-28 11:45 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2024-02-28 11:45 UTC (permalink / raw)
To: Fabrice Fontaine; +Cc: buildroot
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:
> - Update hash of COPYING (update in year)
> - This bump will fix the following musl build failure raised since bump
> to version 384 in commit 164d635f3782522c324c710b767ef21c598228c4:
> ./main.c:802:34: error: 'TAB3' undeclared here (not in a function); did you mean 'TAB0'?
> 802 | { -1, XTTYMODE__tabs, TAB3 },
> | ^~~~
> | TAB0
> https://invisible-island.net/xterm/xterm.log.html#xterm_389
> Fixes:
> - http://autobuild.buildroot.org/results/51f98577b851bdbb0a0ab93c9ef94977776c1b1b
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Committed to 2023.02.x and 2023.11.x, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-02-28 11:45 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-22 22:19 [Buildroot] [PATCH 1/1] package/xterm: bump to version 389 Fabrice Fontaine
2024-01-25 21:19 ` Peter Korsgaard
2024-02-28 11:45 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox