From 6d8dd4368d85dd2f20c2bab4dc693ef6c1eea346 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Fri, 7 Jul 2023 11:13:28 +0800 Subject: [PATCH] weechat: upgrade 4.0.0 -> 4.0.1 Bug fixes ========= * core: force key "return" to command "/input return" when migrating legacy keys * core: display actual key name and command with key kbd:[Alt+k], remove key kbd:[Alt+K] (grab raw key) and associated commands '/input grab_raw_key' and '/input grab_raw_key_command' * core: check for newline characters in string_is_whitespace_char * api: do not convert option name to lower case in API functions config_set_plugin and config_set_desc_plugin * guile: fix crash on quit with Guile < 3 (issue #1965) * irc: reply to a CTCP request sent to self nick (issue #1966) * irc: sent "QUIT" message to servers connected with TLS on '/upgrade' Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-irc/weechat/{weechat_4.0.0.bb => weechat_4.0.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-irc/weechat/{weechat_4.0.0.bb => weechat_4.0.1.bb} (93%) diff --git a/meta-networking/recipes-irc/weechat/weechat_4.0.0.bb b/meta-networking/recipes-irc/weechat/weechat_4.0.1.bb similarity index 93% rename from meta-networking/recipes-irc/weechat/weechat_4.0.0.bb rename to meta-networking/recipes-irc/weechat/weechat_4.0.1.bb index eb9f8c8f14..00472e21eb 100644 --- a/meta-networking/recipes-irc/weechat/weechat_4.0.0.bb +++ b/meta-networking/recipes-irc/weechat/weechat_4.0.1.bb @@ -10,7 +10,7 @@ SRC_URI = "https://weechat.org/files/src/weechat-${PV}.tar.xz \ file://0001-use-pkg-config-for-gcrypt-instead.patch \ " -SRC_URI[sha256sum] = "5bd75ee15f3392a0ad174ee7c54518daece3878477670c07f10d6ebf988240f9" +SRC_URI[sha256sum] = "1b9533123af427922b3d7fabede958dc85392d50881d97d0b7986d8f514556e9" inherit cmake pkgconfig