pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/chat/weechat
Module Name: pkgsrc
Committed By: ryoon
Date: Tue Mar 29 16:42:17 UTC 2022
Modified Files:
pkgsrc/chat/weechat: Makefile distinfo
Log Message:
weechat: Update to 3.5
Changelog:
== Version 3.5 (2022-03-27)
New features::
* core: search in message tags when tags are displayed with `/debug tags`
* core: add support of date and tags in messages displayed in buffers with free content, add function printf_y_date_tags (issue #1746)
* irc: add command /autojoin, add server option "autojoin_dynamic"
* irc: add IRC message tags in messages displayed (issue #1680)
* relay: add `zstd` (https://facebook.github.io/zstd/[Zstandard]) compression in weechat protocol, remove option `compression` from `init` command, rename option relay.network.compression_level to
relay.network.compression
* trigger: add variables `${tg_tag_irc_xxx}` containing IRC message tags (issue #1680)
Bug fixes::
* core: fix memory leak when removing a line on a buffer with free content
* core: remove obsolete option weechat.plugin.debug (issue #1744)
* core: fix search of commands with UTF-8 chars in name when option weechat.look.command_incomplete is on (issue #1739)
* core: fix display of hotlist in buflist after changing value of option weechat.look.hotlist_sort (issue #1733)
* api: add function buffer_new_props (issue #1759)
* api: fix add of infolist items in hashtable when prefix contains UTF-8 chars in function hashtable_add_from_infolist (issue #1739)
* guile: remove disabling of guile gmp allocator with Guile ≥ 3.0.8
* irc: fix completion of channel topic with UTF-8 chars (issue #1739)
* irc: fix parsing of messages 311, 312, 327 (whois) and 314 (whowas) in case of missing parameters
* irc: fix parsing of message 223 (m_filter) sent by InspIRCd server (issue #1751)
* irc: fix parsing of message 338 (whois, host) sent by Rizon server (issue #1737)
* irc: fix display of message 344 received as whois geo info (issue #1736)
* irc: fix display of message 901 (you are now logged out) (issue #1758)
* irc: fix display of IRC numeric messages with no parameters
* python: fix crash in hook callbacks after script loading failure (issue #1740)
* scripts: allow NULL in parameters "default_value" and "value" of function config_new_option (issue #1761)
* scripts: auto-load scripts with supported extensions only (issue #1698)
* tcl: add constant `$::weechat::WEECHAT_NULL` (issue #1761)
* trigger: fix search of triggers with UTF-8 chars in name (issue #1739)
* xfer: fix auto-accept of server/nick when the server name contains UTF-8 chars (issue #1739)
Tests::
* core: add tests on GUI chat functions
* core: add build of Debian packages in CI
Build::
* debian: change dependency libargon2-0-dev to libargon2-dev (debian #1005703)
* ruby: add detection of Ruby 3.1
To generate a diff of this commit:
cvs rdiff -u -r1.131 -r1.132 pkgsrc/chat/weechat/Makefile
cvs rdiff -u -r1.74 -r1.75 pkgsrc/chat/weechat/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/chat/weechat/Makefile
diff -u pkgsrc/chat/weechat/Makefile:1.131 pkgsrc/chat/weechat/Makefile:1.132
--- pkgsrc/chat/weechat/Makefile:1.131 Fri Mar 25 08:22:24 2022
+++ pkgsrc/chat/weechat/Makefile Tue Mar 29 16:42:17 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.131 2022/03/25 08:22:24 nia Exp $
+# $NetBSD: Makefile,v 1.132 2022/03/29 16:42:17 ryoon Exp $
-DISTNAME= weechat-3.4.1
+DISTNAME= weechat-3.5
CATEGORIES= chat
MASTER_SITES= https://www.weechat.org/files/src/
EXTRACT_SUFX= .tar.xz
@@ -53,6 +53,7 @@ pre-configure:
# Use the standard cmake mechanism for finding Lua.
${RM} -f ${WRKSRC}/cmake/FindLua.cmake
+.include "../../archivers/zstd/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
Index: pkgsrc/chat/weechat/distinfo
diff -u pkgsrc/chat/weechat/distinfo:1.74 pkgsrc/chat/weechat/distinfo:1.75
--- pkgsrc/chat/weechat/distinfo:1.74 Fri Mar 25 08:22:24 2022
+++ pkgsrc/chat/weechat/distinfo Tue Mar 29 16:42:17 2022
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.74 2022/03/25 08:22:24 nia Exp $
+$NetBSD: distinfo,v 1.75 2022/03/29 16:42:17 ryoon Exp $
-BLAKE2s (weechat-3.4.1.tar.xz) = e9a9baa5147bf1ffe86cb41665a9734a1021e0b6b7422709a4508c61e38ea3ed
-SHA512 (weechat-3.4.1.tar.xz) = 3715975d0b8cb5ac1946ceb0fa87fcecffebccf1687cb3b8c3d91429f31e69000808994885bef580a0cfd9c5b1bcf6a51642bd653cf887be981188281901a04e
-Size (weechat-3.4.1.tar.xz) = 2617856 bytes
+BLAKE2s (weechat-3.5.tar.xz) = 0dd171727cbaa6dd4eedb11974b3b49c0a273f287e39b5ac39d13d2544d3195a
+SHA512 (weechat-3.5.tar.xz) = 493be6219da4fa4b4862064de3d286d99d36018a61ba226f5abdc18c9ff43076d92f0b12fce96e04d31fed5c3931c7bf8615947cd19059dbf2c3aa75deead35f
+Size (weechat-3.5.tar.xz) = 2693072 bytes
SHA1 (patch-cmake_FindNcurses.cmake) = 73d4bc9551c79ee967abe06eba09cfe1b10129d4
SHA1 (patch-po_CMakeLists.txt) = 014b42ff303a4e4213de95339ab97f029f38a068
SHA1 (patch-src_plugins_lua_CMakeLists.txt) = 307dcba1a072411ec2b59c4e680a930e31d6d541
Home |
Main Index |
Thread Index |
Old Index