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:   nia
Date:           Sun Feb 24 15:47:20 UTC 2019

Modified Files:
        pkgsrc/chat/weechat: Makefile distinfo

Log Message:
chat/weechat: Update to 2.4

New features

        core: do not automatically add a space when completing "nick:" at the beginning of command line (the space can be added in option weechat.completion.nick_completer)
        core: add default keys Ctrl+F11/Ctrl+F12 to scroll up/down one page in nicklist (same action as F11/F12)
        core: add command line option "-t" (or "--temp-dir") to create a temporary WeeChat home (deleted on exit)
        api: add functions string_base_encode and string_base_decode, remove functions string_encode_base64 and string_decode_base64
        api: add support of Time-based One-Time Password (TOTP), add infos "totp_generate" and "totp_validate"
        buflist: add default keys Ctrl+F1/Ctrl+F2 to scroll up/down one page in buflist (same action as F1/F2)
        buflist: add variable ${number2}, always set with the indented buffer number
        exec: add option exec.command.shell to customize the shell used with /exec -sh
        relay: add support of close frame in websocket connection (issue #1281)
        relay: add support of Time-based One-Time Password (TOTP) as second authentication factor in weechat protocol

Bug fixes

        core: fix compilation of empty regular expression (not allowed on FreeBSD)
        core: fix forced highlight on messages sent to other buffers (issue #1277)
        aspell: look for suggestions only if the misspelled word has changed (issue #1175)
        buflist: add alternate key codes for F1/F2 and Alt+F1/Alt+F2 (compatibility with terminals)
        buflist: fix warning displayed when script buffers.pl is loaded (issue #1274)
        irc: fix parsing of whois messages in notify
        irc: fix parsing of MODE, 341 (invite) and CHGHOST commands when there are colons (issue #1296)
        irc: return IRC color code instead of WeeChat color code when decoding a too short ANSI color sequence
        irc: fix encoding of italic attribute when colors are removed
        irc: fix parsing of "time" message tag on FreeBSD (issue #1289)
        relay: fix crash on /upgrade when the real IP is not set (issue #1294)
        relay: fix memory leak in connection of client

Tests

        unit: fix UTF-8 and evaluation tests on FreeBSD
        unit: add tests on IRC configuration and protocol functions

Build

        core: add C compiler flag "-fsigned—​char" to force "char" data type to be always signed (issue #1277)


To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93 pkgsrc/chat/weechat/Makefile
cvs rdiff -u -r1.51 -r1.52 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.92 pkgsrc/chat/weechat/Makefile:1.93
--- pkgsrc/chat/weechat/Makefile:1.92   Sun Dec 16 00:24:07 2018
+++ pkgsrc/chat/weechat/Makefile        Sun Feb 24 15:47:20 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.92 2018/12/16 00:24:07 nia Exp $
+# $NetBSD: Makefile,v 1.93 2019/02/24 15:47:20 nia Exp $
 
-DISTNAME=      weechat-2.3
+DISTNAME=      weechat-2.4
 CATEGORIES=    chat
 MASTER_SITES=  https://www.weechat.org/files/src/
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/chat/weechat/distinfo
diff -u pkgsrc/chat/weechat/distinfo:1.51 pkgsrc/chat/weechat/distinfo:1.52
--- pkgsrc/chat/weechat/distinfo:1.51   Sun Dec 16 00:24:07 2018
+++ pkgsrc/chat/weechat/distinfo        Sun Feb 24 15:47:20 2019
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.51 2018/12/16 00:24:07 nia Exp $
+$NetBSD: distinfo,v 1.52 2019/02/24 15:47:20 nia Exp $
 
-SHA1 (weechat-2.3.tar.bz2) = 84b635054cc713ef887bbddd92c8a902b15171c6
-RMD160 (weechat-2.3.tar.bz2) = 3aade16f5f1bbda0b790d1305b7ba951499f3018
-SHA512 (weechat-2.3.tar.bz2) = 0730fbeb59e7789b9dd0158fc9e81ca7512c4c73f7c34b637a20ed32490f1200040b2d7aef26fc638c160575088a5672b37355f038b80da236624245dce9a135
-Size (weechat-2.3.tar.bz2) = 2913883 bytes
+SHA1 (weechat-2.4.tar.bz2) = a7a0ced72ee5428dc92502b6688fb2c287359a54
+RMD160 (weechat-2.4.tar.bz2) = eed25333e05725fd2d1be1b08ac350d688be12fc
+SHA512 (weechat-2.4.tar.bz2) = f69231973c7461c22e0e3b3bc11a29feaeead0dc47e8c7d29f381d37f183c70f73712645391eda7c749e7da61512d82cf2bf3b98ab4547ea1ccf56a02e01a207
+Size (weechat-2.4.tar.bz2) = 2944811 bytes
 SHA1 (patch-CMakeLists.txt) = 493e49c0c698ff7b2685ba489d693fc1d388318d
 SHA1 (patch-cmake_FindNcurses.cmake) = bcc15b2c968a5850f1161608a83f38a03296b2a8
 SHA1 (patch-po_CMakeLists.txt) = 9b97a4a4da4175e31ea53352fd0b95e1c985ba1e



Home | Main Index | Thread Index | Old Index