diff options
author | tron <tron> | 2010-04-20 21:20:37 +0000 |
---|---|---|
committer | tron <tron> | 2010-04-20 21:20:37 +0000 |
commit | 6dba0108cc998d87162c6987c17c95c23928d2f3 (patch) | |
tree | a438ac03467e8c9735cc9563ef0494457f809b45 | |
parent | 202e9284cde432979ea65eee82d8a46cca4c86ae (diff) | |
download | pkgsrc-6dba0108cc998d87162c6987c17c95c23928d2f3.tar.gz |
Pullup ticket #3083 - requested by tez
irssi: security update
irssi-icb: security update
Revisions pulled up:
- chat/irssi-icb/distinfo 1.15
- chat/irssi/Makefile.common 1.11
- chat/irssi/distinfo 1.31
---
Module Name: pkgsrc
Committed By: spz
Date: Sun Apr 18 06:29:16 UTC 2010
Modified Files:
pkgsrc/chat/irssi: Makefile.common distinfo
pkgsrc/chat/irssi-icb: distinfo
Log Message:
updating irssi to next version (0.8.15). Changelog:
Features:
* Add active_window_ignore_refnum option With active_window_ignore_refnum
ON, the current behavior for the active_window key (meta-a by default) is
preserved: it switches to the window with the highest activity level that was
last activated. With active_window_ignore_refnum OFF, the old behavior is used:
it switches to the window with the highest activity level with the lowest
refnum. (by Matt Sparks, bug #667)
* Show new Charybdis +q list in channel windows (numerics 728 and 729).
* Allow servers to belong to multiple networks.
* Improve paste detection. Irssi now detects a paste if it reads at least
three bytes in a single read; subsequent reads are associated to the same paste
if they happen before 'paste_detect_time' time since the last read. If no read
occurs after 'paste_detect_time' time the paste buffer is flushed; if there is
at least one complete line its content is sent as a paste, otherwise it is
processed normally.
* Show "target changing too fast" messages in the channel/query window.
* Use default trusted CAs if nothing is specified. This allows useful use
of -ssl_verify without -ssl_cafile/-ssl_capath, using OpenSSL's default trusted
CAs.
* Show why an SSL certificate failed validation.
* Make own nick and actions use default colour instead of white (by Tim
Retout).
Bugfixes:
* Change some characters illegal in Windows filenames to underscores in logs
* Fix disconnects when sending large amounts of data over SSL
* Show all nicks instead of just the first in an /accept * listing (Bug
#704)
* Make several signals without parameters available to perl again. In
particular, this includes the "beep" signal (by Matt Sparks, bug #674)
* Close the config file fd after saving (by Sven Wegener)
* Check if an SSL certificate matches the hostname of the server we are
connecting to.
* Fix bash'isms, use command -v instead of which and use bc -l in /CALC.
* Fix a crash with handling the DCC queue.
* Fix crash when checking for fuzzy nick match when not on the channel.
Reported by Aurelien Delaitre (SATE 2009).
-rw-r--r-- | chat/irssi-icb/distinfo | 8 | ||||
-rw-r--r-- | chat/irssi/Makefile.common | 4 | ||||
-rw-r--r-- | chat/irssi/distinfo | 8 |
3 files changed, 10 insertions, 10 deletions
diff --git a/chat/irssi-icb/distinfo b/chat/irssi-icb/distinfo index d50f639166c..375cf1938c9 100644 --- a/chat/irssi-icb/distinfo +++ b/chat/irssi-icb/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.14 2009/07/30 21:59:07 adrianp Exp $ +$NetBSD: distinfo,v 1.14.6.1 2010/04/20 21:20:38 tron Exp $ -SHA1 (irssi-0.8.14.tar.bz2) = 7718afec2de99a85b7eee0b945f8424d7b1bc947 -RMD160 (irssi-0.8.14.tar.bz2) = 9c1cd4738432e7b3461ab371b9dcaafa0cd00827 -Size (irssi-0.8.14.tar.bz2) = 944708 bytes +SHA1 (irssi-0.8.15.tar.bz2) = b79ce8c2c98a76b004f63706e7868cd363000d89 +RMD160 (irssi-0.8.15.tar.bz2) = 0c8fba8cf3409621f6c1883127e14538a58c3359 +Size (irssi-0.8.15.tar.bz2) = 948847 bytes SHA1 (irssi-icb-0.14.tar.gz) = 31d7a5d04a896e0e19db44b4d76b7ac85af1a5d4 RMD160 (irssi-icb-0.14.tar.gz) = dd104925ece6eabd0112b86b9eb6898846ba8f52 Size (irssi-icb-0.14.tar.gz) = 172647 bytes diff --git a/chat/irssi/Makefile.common b/chat/irssi/Makefile.common index bf3f159380a..1a319954693 100644 --- a/chat/irssi/Makefile.common +++ b/chat/irssi/Makefile.common @@ -1,8 +1,8 @@ -# $NetBSD: Makefile.common,v 1.10 2009/07/30 21:58:15 adrianp Exp $ +# $NetBSD: Makefile.common,v 1.10.6.1 2010/04/20 21:20:37 tron Exp $ # used by chat/irssi-icb/Makefile # Specific distribution information. -IRSSI_VERSION= 0.8.14 +IRSSI_VERSION= 0.8.15 IRSSI_DISTNAME= irssi-${IRSSI_VERSION} IRSSI_EXTRACT_SUFX= .tar.bz2 IRSSI_DISTFILE= ${IRSSI_DISTNAME}${IRSSI_EXTRACT_SUFX} diff --git a/chat/irssi/distinfo b/chat/irssi/distinfo index 00e38483778..a37895b1581 100644 --- a/chat/irssi/distinfo +++ b/chat/irssi/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.30 2009/07/30 21:58:15 adrianp Exp $ +$NetBSD: distinfo,v 1.30.6.1 2010/04/20 21:20:37 tron Exp $ -SHA1 (irssi-0.8.14.tar.bz2) = 7718afec2de99a85b7eee0b945f8424d7b1bc947 -RMD160 (irssi-0.8.14.tar.bz2) = 9c1cd4738432e7b3461ab371b9dcaafa0cd00827 -Size (irssi-0.8.14.tar.bz2) = 944708 bytes +SHA1 (irssi-0.8.15.tar.bz2) = b79ce8c2c98a76b004f63706e7868cd363000d89 +RMD160 (irssi-0.8.15.tar.bz2) = 0c8fba8cf3409621f6c1883127e14538a58c3359 +Size (irssi-0.8.15.tar.bz2) = 948847 bytes SHA1 (patch-aa) = 83a0f6def09cb283aa55b63a249a81121748232b SHA1 (patch-ad) = 8cb41612afcd6088b869235166da9a6eb37e6ec7 SHA1 (patch-ae) = b5475edc01da7b8778522a77155b2b76b2a7b738 |