Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 71A9463E720 for ; Sat, 24 Nov 2012 11:15:57 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 3767C14A1A9; Sat, 24 Nov 2012 11:15:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AE9F714A1A3 for ; Sat, 24 Nov 2012 11:15:54 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id V7Ffd-hhP6Hp for ; Sat, 24 Nov 2012 11:15:54 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id E1F3214A19D for ; Sat, 24 Nov 2012 11:15:53 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id B3C2A175DD; Sat, 24 Nov 2012 11:16:07 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Sat, 24 Nov 2012 11:16:07 +0000 From: "Antoine Reilles" Subject: CVS commit: pkgsrc/chat/weechat To: pkgsrc-changes@NetBSD.org Reply-To: tonio@netbsd.org X-Mailer: log_accum Message-Id: <20121124111607.B3C2A175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: tonio Date: Sat Nov 24 11:16:07 UTC 2012 Modified Files: pkgsrc/chat/weechat: Makefile PLIST distinfo Added Files: pkgsrc/chat/weechat/patches: patch-src_plugins_script_script_repo_h Removed Files: pkgsrc/chat/weechat/patches: patch-ad Log Message: Update chat/weechat to 0.3.9.2 Changes: Security: - CVE-2012-5854: Fix buffer overflow when decoding IRC colors in strings - CVE-2012-5534: Fix untrusted command for function hook_process could lead to execution of commands, because of shell expansions Among the new features: - add plugin "script" (replacement of weeget.py and script.pl) - add support of SSL in relay plugin - add color for offline nicks - add system resource limits for WeeChat process - add zoom on merged buffer (default key: alt+"x") - add "Day changed to" in logger backlog - add command line option "-r" (or "--run-command") to run command(s) after startup of WeeChat - add option "swap" for command /buffer - generate alternate IRC nicks dynamically (when all nicks are already in use) - fix rejoin of password protected IRC channels - fix freeze in irc and relay plugins with sockets - fix color of long lines (displayed on more than one line on screen) under FreeBSD - allow update for some variables of hdata - add japanese user's guide, scripting guide and tester's guide - many bugs fixed. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 pkgsrc/chat/weechat/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/chat/weechat/PLIST cvs rdiff -u -r1.22 -r1.23 pkgsrc/chat/weechat/distinfo cvs rdiff -u -r1.5 -r0 pkgsrc/chat/weechat/patches/patch-ad cvs rdiff -u -r0 -r1.1 \ pkgsrc/chat/weechat/patches/patch-src_plugins_script_script_repo_h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.