diff options
author | maya <maya@pkgsrc.org> | 2017-09-25 12:09:24 +0000 |
---|---|---|
committer | maya <maya@pkgsrc.org> | 2017-09-25 12:09:24 +0000 |
commit | 0197163272800f09338fd8d2c2a32702bce9d5d5 (patch) | |
tree | 55d31df49fa0bde5307f72bb3a070fa6ea576e07 /chat/weechat/Makefile | |
parent | 478b06514ce8e121fafa0f23bc30e042c53e1cdd (diff) | |
download | pkgsrc-0197163272800f09338fd8d2c2a32702bce9d5d5.tar.gz |
weechat: update to 1.9.1
Fixes CVE-2017-14727, CVE-2017-8073
version 1.9.1:
a crash can happen in logger plugin when converting date/time specifiers in file mask.
Two other bugs are fixed as well in buflist and relay plugins.
version 1.9:
- improve speed of nicklist bar item callback
- add auto scroll of buflist bar with new option buflist.look.auto_scroll
- add option buflist.format.name
- add variables ${format_name}, ${current_buffer} and ${merged} in buflist
- display a warning in buflist when the script buffers.pl is loaded
- add server/channel pointers in trigger IRC callbacks
- add API functions config_option_get_string and hdata_compare
- fix bind of Space key
version 1.8:
- add option weechat.completion.nick_case_sensitive
- add wilcard matching operator, cut of string and ternary operator in evaluation of expressions
- add resize of window parents with /window resize [h/v]size
- add plugin "buflist" (bar with list of buffers)
- add arraylist and dynamic string functions in API
- add option "open" in command /server
- add signal "irc_server_lag_changed" and store the lag in the server buffer (local variable)
- add aspell options to control delimiters in suggestions
- add option "-include" in commands /allchan, /allpv and /allserv
For a complete changelog, see:
https://weechat.org/files/changelog/ChangeLog-1.9.1.html
Diffstat (limited to 'chat/weechat/Makefile')
-rw-r--r-- | chat/weechat/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chat/weechat/Makefile b/chat/weechat/Makefile index 50375437193..39856dbf1f8 100644 --- a/chat/weechat/Makefile +++ b/chat/weechat/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.76 2017/08/24 20:03:07 adam Exp $ +# $NetBSD: Makefile,v 1.77 2017/09/25 12:09:24 maya Exp $ -DISTNAME= weechat-1.7.1 -PKGREVISION= 3 +DISTNAME= weechat-1.9.1 CATEGORIES= chat MASTER_SITES= http://www.weechat.org/files/src/ EXTRACT_SUFX= .tar.bz2 |