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

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


Branch: pkgsrc-2017Q4, Version: 1.0.7, Package name: irssi-1.0.7, Maintainer: pkgsrc-users

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: 75e8c1f3b5dbd8575d507b7a746c73c5b5c854d8
RMD160: 5b28b96b572ab1c1b92d8e0b8ebfc628db9bb44e
Filesize: 1564.553 KB

Version history: (Expand)


CVS history: (Expand)


   2018-02-24 14:19:18 by S.P.Zeidler | Files touched by this commit (4) | Package updated
Log message:
Pullup ticket #5704 - requested by maya
chat/irssi: security update
chat/irssi-icb: security update
chat/irssi-xmpp: security update

Modified Files:
	pkgsrc/chat/irssi [pkgsrc-2017Q4]: Makefile.common distinfo
	pkgsrc/chat/irssi-icb [pkgsrc-2017Q4]: distinfo
	pkgsrc/chat/irssi-xmpp [pkgsrc-2017Q4]: distinfo

Revisions pulled up:

- chat/irssi/Makefile.common				patch
- chat/irssi/distinfo					patch
- chat/irssi-icb/distinfo				patch
- chat/irssi-xmpp/distinfo				patch

-------------------------------------------------------------------
irssi: update to 1.0.7
irssi-{xmpp,icb}: catch with distinfo file changes.

irssi 1.0.7:
	Prevent use after free error during the execution of some commands. Found by \ 
Joseph Bisch (GL#17, GL!24).
	Revert netsplit print optimisation due to crashes (#465, #809, #812, #819, #824).
	Fix use after free when SASL messages are received in unexpected order (GL#26, \ 
GL!33).
	Fix null pointer dereference in the tab completion when an empty nick is joined \ 
(GL#24, GL!31).
	Fix use after free when entering oper password (GL#22, GL!32).
	Fix null pointer dereference when too many windows are opened (GL#27, #837).
	Fix out of bounds access in theme strings when the last escape is incomplete. \ 
Credit to Oss-Fuzz (#842).
	Fix out of bounds write when using negative counts on window resize (GL#25, \ 
GL#29, #836).
	Minor help correction. By William Jackson (#834).
   2018-01-19 21:18:48 by S.P.Zeidler | Files touched by this commit (5) | Package updated
Log message:
Pullup ticket #5678 - requested by maya
chat/irssi: security update
chat/irssi-icb: dependent update
chat/irssi-xmpp: dependent update

Revisions pulled up:
- chat/irssi-icb/distinfo                                       1.32
- chat/irssi-xmpp/distinfo                                      1.14
- chat/irssi/Makefile                                           1.85
- chat/irssi/Makefile.common                                    1.26
- chat/irssi/distinfo                                           1.45

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	maya
   Date:		Thu Jan 11 13:57:37 UTC 2018

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

   Log message:
   irssi*: security update to 1.0.6.

   v1.0.6 2018-01-07 The Irssi team <staff@irssi.org>
   	- Fix invalid memory access when reading hilight configuration
             (#787, #788).
   	- Fix null pointer dereference when the channel topic is set
             without specifying a sender (GL#20, GL!25).
   	- Fix return of random memory when using incomplete escape
             codes (GL#21, GL!26).
   	- Fix heap buffer overflow when completing certain strings
             (GL#19, GL!27).
   	- Fix return of random memory when using an incomplete
             variable argument (GL#18, GL!28).

   To generate a diff of this commit:
   cvs rdiff -u -r1.84 -r1.85 pkgsrc/chat/irssi/Makefile
   cvs rdiff -u -r1.25 -r1.26 pkgsrc/chat/irssi/Makefile.common
   cvs rdiff -u -r1.44 -r1.45 pkgsrc/chat/irssi/distinfo
   cvs rdiff -u -r1.31 -r1.32 pkgsrc/chat/irssi-icb/distinfo
   cvs rdiff -u -r1.13 -r1.14 pkgsrc/chat/irssi-xmpp/distinfo