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: Sun Jan 22 01:32:53 UTC 2017
Modified Files:
pkgsrc/chat/weechat: Makefile distinfo
Log Message:
Update to 1.7
Changelog:
[[v1.7]]
== Version 1.7 (2017-01-15)
New features::
* core: add option weechat.look.align_multiline_words (issue #411, issue #802)
* core: add optional command prefix in completion templates "commands", "plugins_commands" and "weechat_commands"
* core: add optional arguments in completion template, sent to the callback
* core: add option "time" in command /debug
* api: add info "uptime" (WeeChat uptime)
* api: add info "pid" (WeeChat PID) (issue #850)
* fifo: add file fifo.conf and option fifo.file.path to customize FIFO pipe path/filename (issue #850)
* irc: add server option "usermode" (issue #377, issue #820)
* irc: add tag "self_msg" on self messages (issue #840)
Improvements::
* core, xfer: display more information on fork errors (issue #573)
* core: add a slash before commands completed in arguments of /command, /debug time, /key bind, /key bindctxt, /mute, /repeat, /wait
* core: add a warning in header of configuration files to not edit by hand (issue #851)
* alias: add a slash before commands completed in arguments of /alias
* exec: add option "-oc" in command /exec to execute commands in process output, don't execute commands by default with "-o" (issue #877)
* irc: evaluate content of server option "ssl_fingerprint" (issue #858)
* irc: change default value of option irc.network.lag_reconnect from 0 to 300 (issue #818)
* trigger: do not hide email in command "/msg nickserv register password email" (issue #849)
Bug fixes::
* core: fix deadlock when quitting after a signal SIGHUP/SIGQUIT/SIGTERM is received (issue #32)
* core: fix display of empty lines in search mode (issue #829)
* api: fix crash in function string_expand_home() when the HOME environment variable is not set (issue #827)
* exec: fix memory leak in display of process output
* irc: fix option "-temp" in command /server (issue #880)
* irc: fix close of server channels which are waiting for the JOIN when the server buffer is closed (issue #873)
* irc: fix buffer switching on manual join for forwarded channels (issue #876)
* irc: add missing tags on CTCP message sent
* lua: fix integers returned in Lua >= 5.3 (issue #834)
* relay: make HTTP headers case-insensitive for WebSocket connections (issue #888)
* relay: set status to "authentication failed" and close immediately connection in case of authentication failure in weechat and irc protocols (issue #825)
* script: reload a script after upgrade only if it was loaded, set autoload only if the script was auto-loaded (issue #855)
Build::
* core, irc, xfer: fix compilation on Mac OS X (add link with resolv) (issue #276)
* core: add build of xz package with make dist (cmake)
* tests: fix compilation of tests on FreeBSD 11.0
To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 pkgsrc/chat/weechat/Makefile
cvs rdiff -u -r1.39 -r1.40 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.68 pkgsrc/chat/weechat/Makefile:1.69
--- pkgsrc/chat/weechat/Makefile:1.68 Thu Jan 5 12:30:39 2017
+++ pkgsrc/chat/weechat/Makefile Sun Jan 22 01:32:53 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.68 2017/01/05 12:30:39 roy Exp $
+# $NetBSD: Makefile,v 1.69 2017/01/22 01:32:53 ryoon Exp $
-DISTNAME= weechat-1.6
+DISTNAME= weechat-1.7
CATEGORIES= chat
MASTER_SITES= http://www.weechat.org/files/src/
EXTRACT_SUFX= .tar.bz2
Index: pkgsrc/chat/weechat/distinfo
diff -u pkgsrc/chat/weechat/distinfo:1.39 pkgsrc/chat/weechat/distinfo:1.40
--- pkgsrc/chat/weechat/distinfo:1.39 Thu Jan 5 12:30:39 2017
+++ pkgsrc/chat/weechat/distinfo Sun Jan 22 01:32:53 2017
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.39 2017/01/05 12:30:39 roy Exp $
+$NetBSD: distinfo,v 1.40 2017/01/22 01:32:53 ryoon Exp $
-SHA1 (weechat-1.6.tar.bz2) = 8a80d16f73c3b451f4c8bf6cf9a0e2a7d77c4f9d
-RMD160 (weechat-1.6.tar.bz2) = 40e62dee2654eb21c71197e1384091819edca321
-SHA512 (weechat-1.6.tar.bz2) = ff0666904eae180f7091f475fade089128999ab1736e0e4a64ff79139eecb14f091d830be3110b75ec50ce85472bbf49343606ec827959d7711a19a33bfd4059
-Size (weechat-1.6.tar.bz2) = 2558398 bytes
+SHA1 (weechat-1.7.tar.bz2) = f8683d940417e8de1bfd933fff50fa1bbcf5d7b6
+RMD160 (weechat-1.7.tar.bz2) = 0a7b7faad1362599db8273edcc205c2760e917d5
+SHA512 (weechat-1.7.tar.bz2) = f591834ce669d42ac35e02e029f5991e0aa366eb7abc6d557cf969ebd35c6d39f2a1d03c65885ae4061fd9b1b9628c6c6572f26196a7f5aee64e1002b58a1ece
+Size (weechat-1.7.tar.bz2) = 2592656 bytes
SHA1 (patch-ab) = 2a4583e0f5b0336e8c42ad9eb5a65bbec4730207
SHA1 (patch-cmake_FindRuby_cmake.patch) = c9987559eca2240fddb03023092fa8d02ad25976
SHA1 (patch-po_CMakeLists.txt) = 9b97a4a4da4175e31ea53352fd0b95e1c985ba1e
Home |
Main Index |
Thread Index |
Old Index