summaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-07-07 11:13:28 +0800
committerKhem Raj <raj.khem@gmail.com>2023-07-07 08:59:27 -0700
commit6d8dd4368d85dd2f20c2bab4dc693ef6c1eea346 (patch)
tree44db0d3676ff0b27e690ec6c9265fb4b9c5838b0 /meta-networking
parent0c28dadd5f488be47be370d854c5f0b5daed4f77 (diff)
downloadmeta-openembedded-6d8dd4368d85dd2f20c2bab4dc693ef6c1eea346.tar.gz
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 <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-irc/weechat/weechat_4.0.1.bb (renamed from meta-networking/recipes-irc/weechat/weechat_4.0.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-irc/weechat/weechat_4.0.0.bb b/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 \
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] = "5bd75ee15f3392a0ad174ee7c54518daece3878477670c07f10d6ebf988240f9" 13SRC_URI[sha256sum] = "1b9533123af427922b3d7fabede958dc85392d50881d97d0b7986d8f514556e9"
14 14
15inherit cmake pkgconfig 15inherit cmake pkgconfig
16 16