./chat/irssi-xmpp, Irssi plugin to connect to the Jabber network

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


Branch: pkgsrc-2016Q4, Version: 0.53nb2, Package name: irssi-xmpp-0.53nb2, Maintainer: pkgsrc-users

irssi-xmpp is an irssi plugin to connect to the Jabber network.
Its aim is to provide a good integration in this text-based irc client
and a good support of XMPP (the Jabber protocol).

Its main features are:
* Sending and receiving messages in irssi's query windows
* A roster with contact & resource tracking (contact list)
* Contact management (add, remove, manage subscriptions)
* Tab completion of commands, JIDs and resources
* Many extensions supported (XEP) including Multi-User Chat (MUC)
* Support for multiple accounts
* Unicode support (UTF-8)
* SSL and STARTTLS support

To deal with the XMPP protocol, it uses of the Loudmouth library.


Required to run:
[chat/irssi] [chat/loudmouth]

Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: 57d993bbebc30c72b500e2c4b4c4e79c15d8b6f9
RMD160: ed65af7220834f7fb6701612e81c6a523f730b06
Filesize: 64.11 KB

Version history: (Expand)


CVS history: (Expand)


   2017-01-08 20:59:14 by Benny Siegert | Files touched by this commit (8) | Package updated
Log message:
Pullup ticket #5182 - requested by maya
chat/irssi: security fix
chat/irssi-icb: security fix
chat/irssi-xmpp: security fix

Revisions pulled up:
- chat/irssi-icb/Makefile                                       1.40
- chat/irssi-icb/distinfo                                       1.25
- chat/irssi-xmpp/Makefile                                      1.11
- chat/irssi-xmpp/distinfo                                      1.7
- chat/irssi/Makefile                                           1.75
- chat/irssi/Makefile.common                                    1.19
- chat/irssi/distinfo                                           1.38
- chat/irssi/patches/patch-scripts_buf.pl                       deleted

---
   Module Name:    pkgsrc
   Committed By:   maya
   Date:           Thu Jan  5 15:49:47 UTC 2017

   Modified Files:
          pkgsrc/chat/irssi-xmpp: Makefile distinfo

   Log message:
   irssi-xmpp: catch up with irssi changes.

   bump PKGREVISION to ensure it is rebuilt.

---
   Module Name:    pkgsrc
   Committed By:   maya
   Date:           Thu Jan  5 15:48:34 UTC 2017

   Modified Files:
          pkgsrc/chat/irssi-icb: Makefile distinfo

   Log message:
   irssi-icb: catch up with irssi changes.

   bump PKGREVISION to ensure it is rebuilt.

---
   Module Name:    pkgsrc
   Committed By:   maya
   Date:           Thu Jan  5 15:46:10 UTC 2017

   Modified Files:
          pkgsrc/chat/irssi: Makefile Makefile.common distinfo
   Removed Files:
          pkgsrc/chat/irssi/patches: patch-scripts_buf.pl

   Log message:
   irssi: update to 0.8.21.

   irssi 0.8.21 is a maintenance release without any new features.

   Changes:

   - Correct a NULL pointer dereference in the nickcmp function found by
   Joseph Bisch (GL#1)
   - Correct an out of bounds read in certain incomplete control codes
   found by Joseph Bisch (GL#2)
   - Correct an out of bounds read in certain incomplete character
   sequences found by Hanno Böck and independently by J. Bisch (GL#3)
   - Correct an error when receiving invalid nick message (GL#4, #466)