diff mbox series

[meta-oe] irssi: upgrade 1.4.4 -> 1.4.5

Message ID 20231116094031.150008-1-alperyasinak1@gmail.com
State Accepted
Headers show
Series [meta-oe] irssi: upgrade 1.4.4 -> 1.4.5 | expand

Commit Message

Alper Ak Nov. 16, 2023, 9:40 a.m. UTC
Changelog:

- Add workaround for Perl 5.38.0 bug that breaks the Irssi locale and glyph rendering (scripts.irssi.org#857, #1498)
- Fix Perl scripts broken by Perl 5.38 (scripts.irssi.org#851, #1474).
- Document workaround to fix linker errors when building with meson on Apple
- Fix meson using wrong filenames on Apple, leading to broken Perl support
- Fix /upgrade not accepting
- Improve compatibility with Perl5-IDEA
- Fix logic in how own actions are printed for other protocols
- Fix crash on old PowerPC Mac
- Fix wrong prototype of library function used in terminal handling
- Minor cleanups
- Minor help and documentation fixes

Signed-off-by: alperak <alperyasinak1@gmail.com>
---
 .../irssi/{irssi_1.4.4.bb => irssi_1.4.5.bb}                    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-connectivity/irssi/{irssi_1.4.4.bb => irssi_1.4.5.bb} (87%)

Comments

Khem Raj Nov. 20, 2023, 3:51 a.m. UTC | #1
On Thu, 16 Nov 2023 12:40:31 +0300, alperak wrote:
> Changelog:
> 
> - Add workaround for Perl 5.38.0 bug that breaks the Irssi locale and glyph rendering (scripts.irssi.org#857, #1498)
> - Fix Perl scripts broken by Perl 5.38 (scripts.irssi.org#851, #1474).
> - Document workaround to fix linker errors when building with meson on Apple
> - Fix meson using wrong filenames on Apple, leading to broken Perl support
> - Fix /upgrade not accepting
> - Improve compatibility with Perl5-IDEA
> - Fix logic in how own actions are printed for other protocols
> - Fix crash on old PowerPC Mac
> - Fix wrong prototype of library function used in terminal handling
> - Minor cleanups
> - Minor help and documentation fixes
> 
> [...]

Applied, thanks!

[1/1] irssi: upgrade 1.4.4 -> 1.4.5
      commit: 26c41ade8305c7a871087cf3aec8d0f69b8b530f

Best regards,
diff mbox series

Patch

diff --git a/meta-oe/recipes-connectivity/irssi/irssi_1.4.4.bb b/meta-oe/recipes-connectivity/irssi/irssi_1.4.5.bb
similarity index 87%
rename from meta-oe/recipes-connectivity/irssi/irssi_1.4.4.bb
rename to meta-oe/recipes-connectivity/irssi/irssi_1.4.5.bb
index 52de589dd..5b5af3060 100644
--- a/meta-oe/recipes-connectivity/irssi/irssi_1.4.4.bb
+++ b/meta-oe/recipes-connectivity/irssi/irssi_1.4.5.bb
@@ -6,7 +6,7 @@  LIC_FILES_CHKSUM = "file://COPYING;md5=55fdc1113306167d6ea2561404ce02f8"
 DEPENDS = "glib-2.0 ncurses openssl"
 
 SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/${PV}/${BP}.tar.xz"
-SRC_URI[sha256sum] = "fefe9ec8c7b1475449945c934a2360ab12693454892be47a6d288c63eb107ead"
+SRC_URI[sha256sum] = "72a951cb0ad622785a8962801f005a3a412736c7e7e3ce152f176287c52fe062"
 
 UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases"