summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity
diff options
context:
space:
mode:
authoralperak <alperyasinak1@gmail.com>2023-11-16 12:40:31 +0300
committerKhem Raj <raj.khem@gmail.com>2023-11-17 11:38:24 -0800
commit26c41ade8305c7a871087cf3aec8d0f69b8b530f (patch)
tree28e736a2c1a356feda21535a2c2e7783a974afd1 /meta-oe/recipes-connectivity
parent700e3a36fbc70ef7ecd5fa2bc820f0922df5a528 (diff)
downloadmeta-openembedded-26c41ade8305c7a871087cf3aec8d0f69b8b530f.tar.gz
irssi: upgrade 1.4.4 -> 1.4.5
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> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity')
-rw-r--r--meta-oe/recipes-connectivity/irssi/irssi_1.4.5.bb (renamed from meta-oe/recipes-connectivity/irssi/irssi_1.4.4.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/irssi/irssi_1.4.4.bb b/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"
6DEPENDS = "glib-2.0 ncurses openssl" 6DEPENDS = "glib-2.0 ncurses openssl"
7 7
8SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/${PV}/${BP}.tar.xz" 8SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/${PV}/${BP}.tar.xz"
9SRC_URI[sha256sum] = "fefe9ec8c7b1475449945c934a2360ab12693454892be47a6d288c63eb107ead" 9SRC_URI[sha256sum] = "72a951cb0ad622785a8962801f005a3a412736c7e7e3ce152f176287c52fe062"
10 10
11UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases" 11UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases"
12 12