head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.2 pkgsrc-2013Q2-base:1.2 pkgsrc-2013Q1:1.1.0.6 pkgsrc-2013Q1-base:1.1 pkgsrc-2012Q4:1.1.0.4 pkgsrc-2012Q4-base:1.1 pkgsrc-2012Q3:1.1.0.2; locks; strict; comment @# @; 1.2 date 2013.06.20.06.24.56; author tonio; state dead; branches; next 1.1; commitid GGdnpjyG9cswOjUw; 1.1 date 2012.11.24.11.16.07; author tonio; state Exp; branches 1.1.2.1; next ; 1.1.2.1 date 2012.11.24.11.16.07; author tron; state dead; branches; next 1.1.2.2; 1.1.2.2 date 2012.11.26.23.24.42; author tron; state Exp; branches; next ; desc @@ 1.2 log @Forgotten cvs rm, noticed by wiz@@ @ text @$NetBSD: patch-src_plugins_script_script_repo_h,v 1.1 2012/11/24 11:16:07 tonio Exp $ script: fix compilation on OS X From weechat commit 485728a43fd7eff34893abc287495242379ab078 --- src/plugins/script/script-repo.h.orig 2012-11-18 09:40:28.000000000 +0000 +++ src/plugins/script/script-repo.h @@@@ -57,7 +57,7 @@@@ struct t_script_repo extern struct t_script_repo *scripts_repo; extern struct t_script_repo *last_script_repo; extern int script_repo_count, script_repo_count_displayed; -struct t_hashtable *script_repo_max_length_field; +extern struct t_hashtable *script_repo_max_length_field; extern char *script_repo_filter; extern int script_repo_script_valid (struct t_script_repo *script); @ 1.1 log @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. @ text @d1 1 a1 1 $NetBSD$ @ 1.1.2.1 log @file patch-src_plugins_script_script_repo_h was added on branch pkgsrc-2012Q3 on 2012-11-26 23:24:42 +0000 @ text @d1 16 @ 1.1.2.2 log @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. @ text @a0 16 $NetBSD$ script: fix compilation on OS X From weechat commit 485728a43fd7eff34893abc287495242379ab078 --- src/plugins/script/script-repo.h.orig 2012-11-18 09:40:28.000000000 +0000 +++ src/plugins/script/script-repo.h @@@@ -57,7 +57,7 @@@@ struct t_script_repo extern struct t_script_repo *scripts_repo; extern struct t_script_repo *last_script_repo; extern int script_repo_count, script_repo_count_displayed; -struct t_hashtable *script_repo_max_length_field; +extern struct t_hashtable *script_repo_max_length_field; extern char *script_repo_filter; extern int script_repo_script_valid (struct t_script_repo *script); @