diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-08-16 09:53:41 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-08-15 20:07:54 -0700 |
commit | 182eaf3550af743569c17b5d4fd8386d286d4bc1 (patch) | |
tree | e9664197af863160ba56b37b8d47845713ce2e52 /meta-networking | |
parent | ff1d9fb3aa2446889f5443e53302fb05be7a4dfb (diff) | |
download | meta-openembedded-182eaf3550af743569c17b5d4fd8386d286d4bc1.tar.gz |
weechat: upgrade 4.0.2 -> 4.0.3
Changelog:
===========
Bug fixes::
----------
* core: fix input length and crash after delete of line
* irc: fix display of self CTCP message containing bold attribute
* irc: fix memory leak in IRC message parser
* irc: fix switch to channel manually joined when server option
autojoin_dynamic is on and option irc.look.buffer_switch_autojoin is off
* irc: fix display of outgoing notice with channel when capability
"echo-message" is enabled
* relay: fix display of IRC CTCP messages received from client
Build::
-----------
* doc: display a warning if a locale is missing with fallback to English
for auto-generated content
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.3.bb (renamed from meta-networking/recipes-irc/weechat/weechat_4.0.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-irc/weechat/weechat_4.0.2.bb b/meta-networking/recipes-irc/weechat/weechat_4.0.3.bb index 8f1e06f39..f78fd4fc9 100644 --- a/meta-networking/recipes-irc/weechat/weechat_4.0.2.bb +++ b/meta-networking/recipes-irc/weechat/weechat_4.0.3.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 | ||
13 | SRC_URI[sha256sum] = "0e648ee0d024c8099425ee60d41b272924ec8e19800ee8f1441090708834023c" | 13 | SRC_URI[sha256sum] = "880dbdce8e73b3f4802a082c4a1a7c61943dbc5867d7a95695e4e463c6535a92" |
14 | 14 | ||
15 | inherit cmake pkgconfig | 15 | inherit cmake pkgconfig |
16 | 16 | ||