./chat/weechat, Lightweight and user friendly curses based IRC client

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2012Q3, Version: 0.3.9.2, Package name: weechat-0.3.9.2, Maintainer: tonio

WeeChat (Wee Enhanced Environment for Chat) is a fast and light IRC
client. Everything can be done with a keyboard, and it is customizable
and extensible with scripts.


Required to run:
[devel/libidn] [security/gnutls] [security/libgcrypt] [www/curl]

Required to build:
[devel/libtool-base] [devel/pkg-config]

Package options: charset, gnutls

Master sites:

SHA1: 64147c88426c240d5d33c65755c729ed2c435aeb
RMD160: 9117e1d88b6e105cf3d5de189cdb7575f18ab980
Filesize: 2657.23 KB

Version history: (Expand)


CVS history: (Expand)


   2012-11-27 00:24:43 by Matthias Scheler | Files touched by this commit (5) | Package updated
Log message:
Pullup ticket #3971 - requested by tonio
chat/weechat: security update

Revisions pulled up:
- chat/weechat/Makefile                                         1.37 via patch
- chat/weechat/PLIST                                            1.16
- chat/weechat/distinfo                                         1.23
- chat/weechat/patches/patch-ad                                 deleted
- chat/weechat/patches/patch-src_plugins_script_script_repo_h   1.1

---
   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.