diff options
author | ryoon <ryoon@pkgsrc.org> | 2014-06-07 23:49:47 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2014-06-07 23:49:47 +0000 |
commit | bd85292cb21ae1acf1ecb9fbb53a9fcec1e29249 (patch) | |
tree | 25dd728a4845e8140ea5222314b22bd0ab01c820 /chat/irssi-icb | |
parent | 13be1ca755f12a6cea802e86c774adf640d4e458 (diff) | |
download | pkgsrc-bd85292cb21ae1acf1ecb9fbb53a9fcec1e29249.tar.gz |
Update chat/irssi to 0.8.16.
PR pkg/48866 from Leonardo Taccari
Changes (from http://www.irssi.org/news/ChangeLog ):
Features:
* Add -noautosendcmd to /SERVER and /CONNECT. Passing this option will
force Irssi to not execute the content of the autosendcmd
chatnet-setting upon connect.
* Accept names replies with nick!user@host instead of just nick, if they
are enabled (see bug #805).
* Set window binds for channel items as sticky when re-creating window
binds as part of /layout save. This fixes the bug where previously
saved channel windows forgets their window number upon reconnect.
* Add experimental support for DNSSEC DANE validation of certificates.
* Strip the argument for boolean options (see bug #769).
* Freenode have been readded to the list of networks in the default
configuration file.
* Disabled support for the insecure SSLv2 protocol.
* Various documentation enhancements.
* Add -ssl_pass to /connect and /server (see bug #305).
Bugfixes:
* Fix crashing bug that can happen if the terminal height decreases
before the first window is created.
* Fixed minor compiler warnings.
* Fixed possible crashing bug when processing an octal escape sequence.
* Fixed the /ignore -network option (see bug #748).
* Fixed signal handling for /exec'd commands. Irssi now sends the signal
to the process group id instead of the process id.
* Fixed segfault generated by SSL disconnections (see bug #752).
* Fix compilation when build with -Werror=format-security. Patch by
Jaroslav Skarvada.
Diffstat (limited to 'chat/irssi-icb')
-rw-r--r-- | chat/irssi-icb/Makefile | 3 | ||||
-rw-r--r-- | chat/irssi-icb/distinfo | 8 |
2 files changed, 5 insertions, 6 deletions
diff --git a/chat/irssi-icb/Makefile b/chat/irssi-icb/Makefile index a1f9a897a54..e9a73b35ff7 100644 --- a/chat/irssi-icb/Makefile +++ b/chat/irssi-icb/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.36 2012/10/03 00:02:38 asau Exp $ +# $NetBSD: Makefile,v 1.37 2014/06/07 23:49:47 ryoon Exp $ # DISTNAME= irssi-icb-0.14 -PKGREVISION= 22 CATEGORIES= chat MASTER_SITES= http://www.irssi.org/files/plugins/icb/ DISTFILES= ${DISTNAME}.tar.gz ${IRSSI_DISTFILE} diff --git a/chat/irssi-icb/distinfo b/chat/irssi-icb/distinfo index a0d50391722..ade6fe4b91d 100644 --- a/chat/irssi-icb/distinfo +++ b/chat/irssi-icb/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.18 2010/08/10 20:26:36 sketch Exp $ +$NetBSD: distinfo,v 1.19 2014/06/07 23:49:47 ryoon Exp $ -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-0.8.16.tar.bz2) = 631dd70b6d3872c5f81c1a46a6872fef5bd65ffb +RMD160 (irssi-0.8.16.tar.bz2) = 2d4caefc9d713b0ff4b26ceaa63430f1bb346caa +Size (irssi-0.8.16.tar.bz2) = 986129 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 |