Mon Sep 25 12:09:24 2017 UTC ()
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


(maya)
diff -r1.76 -r1.77 pkgsrc/chat/weechat/Makefile
diff -r1.42 -r1.43 pkgsrc/chat/weechat/distinfo
diff -r1.3 -r0 pkgsrc/chat/weechat/patches/patch-cmake_FindRuby_cmake.patch
diff -r1.1 -r0 pkgsrc/chat/weechat/patches/patch-src_gui_curses_gui-curses-main.c
diff -r1.5 -r0 pkgsrc/chat/weechat/patches/patch-src_gui_curses_gui-curses-term_c

cvs diff -r1.76 -r1.77 pkgsrc/chat/weechat/Makefile (expand / switch to unified diff)

--- pkgsrc/chat/weechat/Makefile 2017/08/24 20:03:07 1.76
+++ pkgsrc/chat/weechat/Makefile 2017/09/25 12:09:24 1.77
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.76 2017/08/24 20:03:07 adam Exp $ 1# $NetBSD: Makefile,v 1.77 2017/09/25 12:09:24 maya Exp $
2 2
3DISTNAME= weechat-1.7.1 3DISTNAME= weechat-1.9.1
4PKGREVISION= 3 
5CATEGORIES= chat 4CATEGORIES= chat
6MASTER_SITES= http://www.weechat.org/files/src/ 5MASTER_SITES= http://www.weechat.org/files/src/
7EXTRACT_SUFX= .tar.bz2 6EXTRACT_SUFX= .tar.bz2
8 7
9MAINTAINER= tonio@NetBSD.org 8MAINTAINER= tonio@NetBSD.org
10HOMEPAGE= http://www.weechat.org/ 9HOMEPAGE= http://www.weechat.org/
11COMMENT= Lightweight and user friendly curses based IRC client 10COMMENT= Lightweight and user friendly curses based IRC client
12LICENSE= gnu-gpl-v3 11LICENSE= gnu-gpl-v3
13 12
14BUILD_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc 13BUILD_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc
15 14
16USE_PKGLOCALEDIR= yes 15USE_PKGLOCALEDIR= yes
17USE_TOOLS+= msgfmt pkg-config 16USE_TOOLS+= msgfmt pkg-config

cvs diff -r1.42 -r1.43 pkgsrc/chat/weechat/distinfo (expand / switch to unified diff)

--- pkgsrc/chat/weechat/distinfo 2017/04/25 19:50:21 1.42
+++ pkgsrc/chat/weechat/distinfo 2017/09/25 12:09:24 1.43
@@ -1,13 +1,11 @@ @@ -1,13 +1,11 @@
1$NetBSD: distinfo,v 1.42 2017/04/25 19:50:21 maya Exp $ 1$NetBSD: distinfo,v 1.43 2017/09/25 12:09:24 maya Exp $
2 2
3SHA1 (weechat-1.7.1.tar.bz2) = 8bee96c1b62669d41cd660257fc0276c2acf84fa 3SHA1 (weechat-1.9.1.tar.bz2) = caebc05c4a8627625d2688534fbba624555e5a8e
4RMD160 (weechat-1.7.1.tar.bz2) = ec936db15cb2bdec72ebc87490638e4abf243421 4RMD160 (weechat-1.9.1.tar.bz2) = ea3e14d979c94fa5554f057ea210f0021abcb28d
5SHA512 (weechat-1.7.1.tar.bz2) = e38c43340909db33acd79fe5a1a3d311fac25daebcbdc59c3701812a4f4dafd57b0ea5e23673bfa938f3b2a3aef710b55c1fe6746b8888e4ef90bcd2d771010a 5SHA512 (weechat-1.9.1.tar.bz2) = dd535845b61430be212c973deab745d5829ef46971c84118e14689073f3d83bcbc1d85856e3e5110b78efb6ee6ccf64201bb6b77573a295aa9dc7f5d1dab3d3e
6Size (weechat-1.7.1.tar.bz2) = 2592005 bytes 6Size (weechat-1.9.1.tar.bz2) = 2658824 bytes
7SHA1 (patch-ab) = 2a4583e0f5b0336e8c42ad9eb5a65bbec4730207 7SHA1 (patch-ab) = 2a4583e0f5b0336e8c42ad9eb5a65bbec4730207
8SHA1 (patch-cmake_FindRuby_cmake.patch) = c9987559eca2240fddb03023092fa8d02ad25976 
9SHA1 (patch-po_CMakeLists.txt) = 9b97a4a4da4175e31ea53352fd0b95e1c985ba1e 8SHA1 (patch-po_CMakeLists.txt) = 9b97a4a4da4175e31ea53352fd0b95e1c985ba1e
10SHA1 (patch-src_gui_curses_CMakeLists_txt) = 28a1b3b9920cc130d0454a18b111d37b8090038b 9SHA1 (patch-src_gui_curses_CMakeLists_txt) = 28a1b3b9920cc130d0454a18b111d37b8090038b
11SHA1 (patch-src_gui_curses_gui-curses-main.c) = 928b4049177574277f8b250a4c3f6c76b6d48113 10#SHA1 (patch-src_gui_curses_gui-curses-term_c) = 900af9a94e74f229b32031bfeced1b85ea3a0ccf
12SHA1 (patch-src_gui_curses_gui-curses-term_c) = 900af9a94e74f229b32031bfeced1b85ea3a0ccf 
13SHA1 (patch-src_plugins_charset_charset.c) = f0b6e5268908caab5efa8048c8a55b0083ec0ca4 11SHA1 (patch-src_plugins_charset_charset.c) = f0b6e5268908caab5efa8048c8a55b0083ec0ca4

File Deleted: pkgsrc/chat/weechat/patches/Attic/patch-cmake_FindRuby_cmake.patch

File Deleted: pkgsrc/chat/weechat/patches/Attic/patch-src_gui_curses_gui-curses-main.c

File Deleted: pkgsrc/chat/weechat/patches/Attic/patch-src_gui_curses_gui-curses-term_c