diff mbox series

[meta-oe,36/36] poke: upgrade 4.0 -> 4.1

Message ID 1717664795-13902-36-git-send-email-wangmy@fujitsu.com
State Accepted
Headers show
Series [meta-oe,01/36] atkmm-2.36: upgrade 2.36.2 -> 2.36.3 | expand

Commit Message

Mingyu Wang (Fujitsu) June 6, 2024, 9:06 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
============
- Invalid memory access in 'pkl_do_pass_1' has been fixed.
- Access to possibly-uninitialized variable in IOS has been fixed.
- In error reporting, poke no longer crashes when the input is not
  seekable.
- Use of 'break'/'continue' in EXCOND operator's compound statement
  has been fixed to not crash the poke.
- 'pokefmt' now has a man page.
- Execution speed of 'pk-jojopatch' has been improved by disabling
  auto-remap feature.
- Variable 'poke_interactive_p' is now documented in the manual.
- Update jitter submodule to incorporate minor documentation update
  and a workaround for an Automake bug.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta-oe/recipes-devtools/poke/{poke_4.0.bb => poke_4.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-devtools/poke/{poke_4.0.bb => poke_4.1.bb} (93%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-devtools/poke/poke_4.0.bb b/meta-oe/recipes-devtools/poke/poke_4.1.bb
similarity index 93%
rename from meta-oe/recipes-devtools/poke/poke_4.0.bb
rename to meta-oe/recipes-devtools/poke/poke_4.1.bb
index 9e68ba4ea..296368070 100644
--- a/meta-oe/recipes-devtools/poke/poke_4.0.bb
+++ b/meta-oe/recipes-devtools/poke/poke_4.1.bb
@@ -11,7 +11,7 @@  SRC_URI = "${GNU_MIRROR}/poke/poke-${PV}.tar.gz \
 
 DEPENDS = "flex-native bison-native bdwgc readline"
 
-SRC_URI[sha256sum] = "02bab22cb1fa6153a1b6a927c8bb3cd58d508543c144842a6d7ee74f19973a77"
+SRC_URI[sha256sum] = "08ecaea41f7374acd4238e12bbf97e8cd5e572d5917e956b73b9d43026e9d740"
 
 # poke does not support using out-of-tree builds
 inherit autotools-brokensep gettext pkgconfig