Path to this page:
./
chat/irssi,
Secure and modular IRC client with text mode user interface
Branch: pkgsrc-2016Q2,
Version: 0.8.20nb1,
Package name: irssi-0.8.20nb1,
Maintainer: pkgsrc-usersIrssi 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]
Package options: inet6, ssl
SHA1: 080be963f79be5921a0a5c359e163bb8c8fd9fbc
RMD160: 4425bfc55f07b8113cd0d31055d5ad1d8e51e1e3
Filesize: 1529.25 KB
Version history: (Expand)
- (2016-09-24) Updated to version: irssi-0.8.20nb1
- (2016-07-07) Package has been reborn
- (2016-07-06) Package added to pkgsrc.se, version irssi-0.8.17nb3 (created)
CVS history: (Expand)
2016-09-24 11:48:32 by Benny Siegert | Files touched by this commit (13) | |
Log message:
Pullup ticket #5104 - requested by sevan
chat/irssi: security fix, bugfixes
chat/irssi-icb: security fix, bugfixes
chat/irssi-xmpp: security fix, bugfixes
Revisions pulled up:
- chat/irssi-icb/Makefile 1.39
- chat/irssi-icb/distinfo 1.23-1.24
- chat/irssi-icb/patches/patch-src_core_icb-core.c 1.1
- chat/irssi-icb/patches/patch-src_fe-common_fe-icb.c 1.1
- chat/irssi-xmpp/Makefile 1.6-1.7,1.9-1.10
- chat/irssi-xmpp/PLIST 1.2
- chat/irssi-xmpp/distinfo 1.5-1.6
- chat/irssi/Makefile 1.72-1.73
- chat/irssi/Makefile.common 1.17-1.18
- chat/irssi/PLIST 1.13-1.14
- chat/irssi/distinfo 1.35-1.37
- chat/irssi/options.mk 1.12
- chat/irssi/patches/patch-scripts_buf.pl 1.1
---
Module Name: pkgsrc
Committed By: maya
Date: Sun Aug 14 21:10:35 UTC 2016
Modified Files:
pkgsrc/chat/irssi: Makefile Makefile.common PLIST distinfo options.mk
Log message:
Update irssi to 0.8.19
Changes:
v0.8.19 2016-03-23 The Irssi team <staff%irssi.org@localhost>
- Fixed regression when joining and parting channels on IRCnet (#435)
- Fixed SASL EXTERNAL (#432)
- Fixed regression when not using SASL (#438)
- Fixed incorrect SSL disconnects when using SSL from modules/scripts
(#439)
- Fixed regression where proxy_string could not be configured or
certain file transfers could not be accepted (#445)
- Fixed storing layout of !channels (#183)
- Fixed restoration of bracketed paste mode on quit (#449)
- Make the usage of meta-O for cursor keys configurable with
/set term_appkey_mode off
v0.8.18 2016-02-13 The Irssi team <staff%irssi.org@localhost>
* Modules will now require to define a
void MODULENAME ## _abicheck(int *version)
method to ensure that they are compiled against the correct Irssi
version.
* The signature of "message private" has been changed to
5: server, message, nick, address, target
in order to support "self messages". Module authors should
implement this change if they are using this signal.
* Removing networks will now remove all attached servers and channels
(#45).
* The proxy module now has an /irssiproxy command.
* sb_search has been moved to scripts.irssi.org
* WIN32 has been completely removed (it had not been working and is
lacking a maintainer.)
* Garbage Collection support has been removed. This will hardly have any
effect for anyone given that it has been unsupported for several years.
+ CAP SASL PLAIN login is now supported natively.
+ Paste bracket markers can be requested from terminal with
/set paste_use_bracketed_mode on
+ "Self messages" generated by some bouncers can now be \
received in the
proper window.
+ Try to split long lines on spaces to avoid words being splitted. Adds
a new option: 'split_line_on_space' which defaults to on.
+ Add setting hilight_nick_matches_everywhere (#56).
+ The config parser is more robust and prints out better diagnostics on
incorrect config files.
+ Ctrl+^ (FS#721) and Ctrl+J can now be bound.
+ Command history can be cleared with /window history -clear
+ /hilight -mask -line is now supported (FS#275).
+ CHANTYPES are now supported.
+ Improved reload speed of ignores.
+ Add -date feature to /lastlog
+ irssiproxy can be more easily enabled and disabled.
+ Expando for hostname (FS#829).
+ UNIX sockets can now also be specified in the config file.
+ Disable SSLv3 due to the POODLE vulnerability.
+ SSL ciphers can now be specified per server.
+ Added SNI support for SSL.
- /ignore now respects -pattern on merge (#78).
- irssiproxy (BNC) module now uses correct line endings.
- Fix missing lines on large pastes (FS#905).
- Correctly preserve STATUSMSG prefixes (#291).
- Fix infinite recursion in key bindings (FS#817).
- Fix incomplete awaylog caused by buffering.
- Fix calculation of UTF-8 string length display in some cases.
- Fix some Perl warnings related to @ISA.
- EXEC windowitems now get proper references on the Perl side.
- Incremental help file improvements.
- ANSI attributes are now properly reset.
- Fixed regression where text would blink when terminal lacks color
support.
- Permit the usage of Freenode extban syntax in /ban (#150)
- Fixed regression in scriptassist on unload of scripts.
- Fixed regression in -actcolor %n
---
Module Name: pkgsrc
Committed By: leot
Date: Sun Aug 14 21:15:12 UTC 2016
Modified Files:
pkgsrc/chat/irssi-icb: Makefile distinfo
Added Files:
pkgsrc/chat/irssi-icb/patches: patch-src_core_icb-core.c
patch-src_fe-common_fe-icb.c
Log message:
Add support for irssi>=0.8.18 and update distinfo for irssi-0.8.19 update
---
Module Name: pkgsrc
Committed By: leot
Date: Sun Aug 14 21:16:04 UTC 2016
Modified Files:
pkgsrc/chat/irssi-xmpp: Makefile PLIST distinfo
Log message:
Update chat/irssi-xmpp to 0.53
pkgsrc changes:
- Drop MAINTAINERship
- Update distinfo for irssi-0.8.19
Changes:
0.53 - 18/03/2016
- Irssi 0.8.18 support
- Bug fixes and stability improvements
---
Module Name: pkgsrc
Committed By: jperkin
Date: Mon Sep 19 17:17:27 UTC 2016
Modified Files:
pkgsrc/chat/irssi-xmpp: Makefile
Log message:
Use correct linker flags on Darwin.
---
Module Name: pkgsrc
Committed By: maya
Date: Wed Sep 21 20:53:57 UTC 2016
Modified Files:
pkgsrc/chat/irssi: Makefile.common PLIST distinfo
pkgsrc/chat/irssi-icb: distinfo
pkgsrc/chat/irssi-xmpp: Makefile distinfo
Log message:
irssi: update to 0.8.20, security fix.
catch up with irssi-icb, irssi-xmpp distinfo (they grab irssi versioned
file).
comment out part of irssi-xmpp makefile which is breaking the build.
irssi 0.8.20 changes:
- Correct the name of an emitted sasl signal (#484)
- Correct the prototype for the 'message private' signal (#515)
- Corrections in away and hilight help text (#477, #518)
- /squery and /servlist commands have been restored.
- Where Irssi would previously only report "System error" \
on connect,
it will now try harder to retrieve the system error message.
- Fixed issue with +channels not working properly (#533)
- Fixed crash in optchan when item has no server (#485)
- Fixed random remote crash in the nicklist handling (#529)
- Fixed remote crash due to incorrect bounds checking on
formats, reported by Gabriel Campana and Adrien Guinet from
Quarkslab.
---
Module Name: pkgsrc
Committed By: jperkin
Date: Wed Sep 21 20:58:15 UTC 2016
Modified Files:
pkgsrc/chat/irssi-xmpp: Makefile
Log message:
Fix Darwin subst.
---
Module Name: pkgsrc
Committed By: maya
Date: Thu Sep 22 09:07:08 UTC 2016
Modified Files:
pkgsrc/chat/irssi: Makefile distinfo
Added Files:
pkgsrc/chat/irssi/patches: patch-scripts_buf.pl
Log message:
irssi: add patch for buf.pl update as it is shipped with irssi.
previously it would create a world readable file containing chat
logs when /upgrade was used.
while a security fix, you have to jump through many hoops to be
affected by it - we don't enable perl scripts by default, we
don't run that perl script by default, and you'd have to know that
/upgrade exists in the first place, and run on a system where world
readability of files is a concern.
still, grab upstream update, bump PKGREVISION.
|