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

Modified Files:
        pkgsrc/chat/weechat: Makefile distinfo
Removed Files:
        pkgsrc/chat/weechat/patches: patch-cmake_FindRuby_cmake.patch
            patch-src_gui_curses_gui-curses-main.c
            patch-src_gui_curses_gui-curses-term_c

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 pkgsrc/chat/weechat/Makefile
cvs rdiff -u -r1.42 -r1.43 pkgsrc/chat/weechat/distinfo
cvs rdiff -u -r1.3 -r0 \
    pkgsrc/chat/weechat/patches/patch-cmake_FindRuby_cmake.patch
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/chat/weechat/patches/patch-src_gui_curses_gui-curses-main.c
cvs rdiff -u -r1.5 -r0 \
    pkgsrc/chat/weechat/patches/patch-src_gui_curses_gui-curses-term_c

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.76 pkgsrc/chat/weechat/Makefile:1.77
--- pkgsrc/chat/weechat/Makefile:1.76   Thu Aug 24 20:03:07 2017
+++ pkgsrc/chat/weechat/Makefile        Mon Sep 25 12:09:24 2017
@@ -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

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



Home | Main Index | Thread Index | Old Index