summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-08-24 16:22:39 +0800
committerKhem Raj <raj.khem@gmail.com>2023-08-26 17:32:45 -0700
commit9407570e60996d4eddf47186ebd943ea915cda7c (patch)
tree6b6d8a56f78885cd401ada658932a693be494922
parent2b5277a2ce158b0d9334f16518c72a74931574a4 (diff)
downloadmeta-openembedded-9407570e60996d4eddf47186ebd943ea915cda7c.tar.gz
weechat: upgrade 4.0.3 -> 4.0.4
Changelog: ============ Bug fixes:: ----------- * core: fix integer overflow when setting integer option with '++N' or '--N' * core: fix increment/decrement of options weechat.notify.* * irc: add missing tags on multiline messages (issue #1987) * irc: fix redirection of command '/list' when the reply doesn't start with message 321 (start of /list) * irc: fix wrong time displayed for CTCP messages received from self nick (issue #2000) * logger: remove trailing empty line in display of backlog (issue #2002) * perl: fix display of non-ASCII chars after load of a script with Perl >= 5.38 (issue #1996) * script: adjust scroll after command '/script go N' * scripts: fix function string_parse_size on 32-bit systems (python and ruby) (issue #1999) * xfer: fix conversion of string to IPv4 on 32-bit systems (issue #1999) Tests:: ------------ * irc: fix tests on function irc_join_compare_join_channel (issue #1997) * scripts: fix tests of functions print_date_tag, print_y_date_tags and hook_timer on 32-bit systems Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-networking/recipes-irc/weechat/weechat_4.0.4.bb (renamed from meta-networking/recipes-irc/weechat/weechat_4.0.3.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-irc/weechat/weechat_4.0.3.bb b/meta-networking/recipes-irc/weechat/weechat_4.0.4.bb
index f78fd4fc90..d13764e4c7 100644
--- a/meta-networking/recipes-irc/weechat/weechat_4.0.3.bb
+++ b/meta-networking/recipes-irc/weechat/weechat_4.0.4.bb
@@ -10,7 +10,7 @@ SRC_URI = "https://weechat.org/files/src/weechat-${PV}.tar.xz \
10 file://0001-use-pkg-config-for-gcrypt-instead.patch \ 10 file://0001-use-pkg-config-for-gcrypt-instead.patch \
11 " 11 "
12 12
13SRC_URI[sha256sum] = "880dbdce8e73b3f4802a082c4a1a7c61943dbc5867d7a95695e4e463c6535a92" 13SRC_URI[sha256sum] = "ae5f4979b5ada0339b84e741d5f7e481ee91e3fecd40a09907b64751829eb6f6"
14 14
15inherit cmake pkgconfig 15inherit cmake pkgconfig
16 16