./chat/irssi, Secure and modular IRC client with text mode user interface

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


Branch: pkgsrc-2017Q3, Version: 1.0.5nb1, Package name: irssi-1.0.5nb1, Maintainer: maya

Irssi is a modular IRC client that currently has only text mode user
interface, but 80-90% of the code isn't text mode specific, so other UIs
could be created pretty easily. Also, Irssi isn't really even IRC specific
anymore, there's already a working SILC module available. Support for other
protocols like ICQ could be created some day too.


Required to run:
[devel/glib2] [lang/perl5]

Required to build:
[pkgtools/cwrappers]

Package options: perl, ssl, truecolor

SHA1: 5c6d48e7be66b363308b90389fb7852718c89904
RMD160: 973be114f4b1d86141c776a7335963955ff1d59b
Filesize: 1561.862 KB

Version history: (Expand)


CVS history: (Expand)


   2017-10-28 20:50:44 by S.P.Zeidler | Files touched by this commit (4) | Package updated
Log message:
Pullup ticket #5587 - requested by maya
chat/irssi: security update
chat/irssi-icb: security update
chat/irssi-xmpp: security update

Revisions pulled up:
- chat/irssi-icb/distinfo                                       1.31
- chat/irssi-xmpp/distinfo                                      1.13
- chat/irssi/Makefile.common                                    1.25
- chat/irssi/distinfo                                           1.44

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	maya
   Date:		Mon Oct 23 15:08:24 UTC 2017

   Modified Files:
   	pkgsrc/chat/irssi: Makefile.common distinfo
   	pkgsrc/chat/irssi-icb: distinfo
   	pkgsrc/chat/irssi-xmpp: distinfo

   Log message:
   irssi: update to 1.0.5

   	- Fix missing -sasl_method '' in /NETWORK (#718, #719).
   	- Fix incorrect restoration of term state when hitting SUSP
             inside screen (#737, #733).
   	- Fix out of bounds read when compressing colour
             sequences. Found by Hanno B?ck (GL#12, GL!18).
   	- Fix use after free condition during a race condition when
             waiting on channel sync during a rejoin (GL#13, GL!19).
   	- Fix null pointer dereference when parsing certain malformed
             CTCP DCC messages (GL#14, GL!20).
   	- Fix crash due to null pointer dereference when failing to
             split messages due to overlong nick or target (GL#15, GL!21).
   	- Fix out of bounds read when trying to skip a safe channel ID
             without verifying that the ID is long enough (GL#16, GL!22).
   	- Fix return of random memory when inet_ntop failed (#769).
   	- Minor statusbar help update. By Robert Bisewski (#758,
             #763).

   Security advisory: https://irssi.org/security/irssi_sa_2017_10.txt

   To generate a diff of this commit:
   cvs rdiff -u -r1.24 -r1.25 pkgsrc/chat/irssi/Makefile.common
   cvs rdiff -u -r1.43 -r1.44 pkgsrc/chat/irssi/distinfo
   cvs rdiff -u -r1.30 -r1.31 pkgsrc/chat/irssi-icb/distinfo
   cvs rdiff -u -r1.12 -r1.13 pkgsrc/chat/irssi-xmpp/distinfo