CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2011/11/16 03:16:57
Modified files:
net/irssi : Makefile
net/irssi/patches: patch-src_core_network-openssl_c
Added files:
net/irssi/patches: patch-src_core_commands_c
patch-src_core_misc_c patch-src_core_misc_h
patch-src_core_net-nonblock_c
patch-src_core_network_c
patch-src_core_network_h
patch-src_core_servers_c
patch-src_core_session_c
patch-src_fe-common_core_chat-completion_c
patch-src_fe-common_core_completion_c
patch-src_fe-common_core_fe-exec_c
patch-src_fe-common_core_fe-log_c
patch-src_fe-common_irc_dcc_fe-dcc-chat_c
patch-src_fe-common_irc_fe-irc-commands_c
patch-src_fe-text_statusbar-config_c
patch-src_irc_core_ctcp_c
patch-src_irc_core_irc-commands_c
patch-src_irc_core_irc_c
patch-src_irc_dcc_dcc-chat_c
patch-src_irc_dcc_dcc_c
patch-src_irc_proxy_listen_c
Log message:
Various tweaks to the irssi port, from Brad. Tested by a few people,
viq (maintainer) doesn't have time to look at it properly but is
generally ok with this.
- Remove USE_GROFF
- Remove --enable-ipv6 from CONFIGURE_ARGS since its enabled by default
- Backport fixes from SVN repo..
- Replace deprecated glib functions
- Do not go beyond the end of the string when processing an octal escape
- glib iochannel fixes
- Fix segfault generated by SSL disconnections
- Do not use SSLv2 protocol
- When sending a signal to an /exec'd command, send it to the process
group id instead of the process id.